Initial commit

This commit is contained in:
Felix Zösch
2025-12-11 20:29:51 +01:00
commit 1761c3cdd3
23 changed files with 5987 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Home Assistant Configuration
HA_BASE_URL=http://homeassistant.local:8123
HA_ACCESS_TOKEN=your_long_lived_access_token_here
# Optional: Default entity filters
# HA_ENTITY_FILTER=light.*,switch.*,sensor.*