home-automation/appdaemon/appdaemon.yaml

21 lines
675 B
YAML

log:
logfile: STDOUT
errorfile: STDERR
appdaemon:
threads: 10
disable_apps: 1
elevation: !secret appdaemon_elevation
latitude: !secret appdaemon_latitude
longitude: !secret appdaemon_longitude
time_zone: !secret appdaemon_time_zone
plugins:
HASS:
type: hass
# Running this on the same user defined docker network so we use the other containers hostname and port directly to avoid data leaks and simplify config
ha_url: http://home-assistant:8123
token: !secret ha_token
hadashboard:
# Using docker + reverse proxy means we want this exposed EVERYWHERE, no matter what
dash_url: http://0.0.0.0:5050
dash_compile_on_start: 1