First smart lights :)

This commit is contained in:
2026-04-16 19:23:59 +02:00
parent 645190c1be
commit 8910749eb8
15 changed files with 1374 additions and 20 deletions

View File

@@ -3,6 +3,8 @@ appdaemon:
longitude: 0
elevation: 30
time_zone: Europe/Berlin
exclude_dirs:
- unit_tests
plugins:
HASS:
type: hass
@@ -14,3 +16,15 @@ http:
admin:
api:
hadashboard:
logs:
main_log:
filename: /conf/logs/appdaemon.log
date_format: "%d-%m-%y %H:%M:%S"
access_log:
filename: /conf/logs/access.log
error_log:
filename: /conf/logs/error.log
virtualsensors_log:
name: VirtualSensorsLog
filename: /conf/logs/virtualsensors.log
date_format: "%d-%m-%y %H:%M:%S"