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
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=HA deCONZ Bridge web debugger
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=%h/ha-deconz-bridge/app
EnvironmentFile=%h/ha-deconz-bridge/config/service.env
ExecStart=%h/ha-deconz-bridge/.venv/bin/python -m ha_deconz_bridge.debugger.web_debugger %h/ha-deconz-bridge/config/lights_config.py --host 0.0.0.0 --port 8766
Restart=on-failure
[Install]
WantedBy=default.target