# 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