Restructure public config and deployment

This commit is contained in:
ajp_anton
2026-05-30 19:17:27 +00:00
parent cc4e0c2c0f
commit cdf1f4e3a1
24 changed files with 710 additions and 302 deletions
+35
View File
@@ -0,0 +1,35 @@
# Copy this file to config/deploy.env and edit it for your target machine.
#
# The deploy script reads this file by default:
# python deploy/deploy.py
# SSH target for the Linux host that will run the service.
DEPLOY_HOST=pi@raspberrypi.local
# Install location on the target. "~" is expanded by the remote shell.
DEPLOY_REMOTE_DIR=~/ha-deconz-bridge
# Local config entry point and service env.
# All .py files next to DEPLOY_CONFIG are copied to the target config directory.
DEPLOY_CONFIG=config/lights_config.py
DEPLOY_SERVICE_ENV=config/service.env
# Optional behavior. Values: true/false.
DEPLOY_INSTALL_SPEED=false
DEPLOY_RESTART_DEBUG=false
# Runtime environment copied into the target service.env.
HA_DECONZ_BRIDGE_MQTT_HOST=homeassistant.local
HA_DECONZ_BRIDGE_MQTT_PORT=1883
HA_DECONZ_BRIDGE_MQTT_USER=
HA_DECONZ_BRIDGE_MQTT_PASSWORD=
HA_DECONZ_BRIDGE_DECONZ_HOST=localhost
HA_DECONZ_BRIDGE_DECONZ_HTTP_PORT=80
HA_DECONZ_BRIDGE_DECONZ_WS_PORT=443
HA_DECONZ_BRIDGE_DECONZ_API_KEY=replace-with-your-deconz-api-key
HA_DECONZ_BRIDGE_TARGET_CACHE_SCALE=10000
HA_DECONZ_BRIDGE_APPROXIMATE_CHROMA_BAND=0.025
HA_DECONZ_BRIDGE_WARMUP_ON_STARTUP=true
HA_DECONZ_BRIDGE_NUMERIC_BACKEND=scipy