28 lines
798 B
Plaintext
28 lines
798 B
Plaintext
# 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
|
|
|
|
# Tesla Configuration
|
|
TESLA_BATTERY_ENTITY=sensor.lovelace_battery
|
|
TESLA_RANGE_ENTITY=sensor.lovelace_range
|
|
TESLA_CHARGING_ENTITY=binary_sensor.lovelace_charging
|
|
TESLA_PLUGGED_ENTITY=binary_sensor.lovelace_plugged_in
|
|
|
|
# MQTT Configuration
|
|
MQTT_BROKER=10.2.10.165
|
|
MQTT_PORT=1883
|
|
MQTT_CAMERA_TOPIC=iSpy/cameras/exterior lliçà/alert
|