Initial commit
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user