Initial public release

This commit is contained in:
ajp_anton
2026-05-30 15:44:40 +00:00
commit cc4e0c2c0f
56 changed files with 11840 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from ha_deconz_bridge.settings import Settings
from configs.example_actions import AUTOMATIONS
from configs.example_groups import GROUPS
from configs.example_lights import LIGHTS
from configs.example_remotes import REMOTES
SETTINGS = Settings.from_env()