home-automation/appdaemon/appdaemon.yaml

15 lines
468 B
YAML

log:
logfile: STDOUT
errorfile: STDERR
appdaemon:
threads: 10
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