Initial commit

This commit is contained in:
Joan
2025-12-31 11:42:15 +01:00
parent 88d2bce132
commit 04cd96b1af
11 changed files with 638 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Home Assistant Configuration
HA_TOKEN=your_home_assistant_long_lived_access_token
HASS_URL=https://your-home-assistant-url.com
# Entity IDs
BRIGHTNESS_ENTITY_ID=sensor.your_brightness_sensor
WEATHER_ENTITY_ID=weather.forecast_home
INTERIOR_TEMP_ENTITY_ID=sensor.your_temperature_sensor
INTERIOR_HUMIDITY_ENTITY_ID=sensor.your_humidity_sensor
# Netdata Configuration
NETDATA_URL=http://your-netdata-host:19999
# LED Matrix Configuration
LED_ROWS=64
LED_COLS=64