home-automation/appdaemon/appdaemon.yaml

21 lines
675 B
YAML
Raw Normal View History

2019-05-04 18:32:16 +00:00
log:
logfile: STDOUT
errorfile: STDERR
appdaemon:
threads: 10
2019-05-04 18:38:53 +00:00
disable_apps: 1
elevation: !secret appdaemon_elevation
latitude: !secret appdaemon_latitude
longitude: !secret appdaemon_longitude
time_zone: !secret appdaemon_time_zone
2019-05-04 18:32:16 +00:00
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
2019-05-04 18:38:53 +00:00
dash_compile_on_start: 1