Is there an example config anywhere? I just inadvertently pulled the 4.x container and it broke my whole house. I’ve added the things it’s complaining about but its still broken. The docs seem to be of little help.
logs:
error_log:
filename: /conf/errors.log
log_generations: 1
main_log:
filename: /conf/appdaemon.log
log_generations: 1
appdaemon:
threads: 10
app_dir: /conf/apps
latitude: xxxx.xxxx
longitude: -xxxx.xxxx
elevation: xx
time_zone: us/pacific
plugins:
HASS:
type: hass
ha_url: http://xxxx:8123
token: xxxx
#hadashboard:
# dash_url: http://127.0.0.1:5050
new logs stuff works but still complaining
2020-03-08 09:35:11.779704 INFO AppDaemon: Added log: AppDaemon
2020-03-08 09:35:11.779756 INFO AppDaemon: Added log: Error
2020-03-08 09:35:11.779796 INFO AppDaemon: Added log: Access
2020-03-08 09:35:11.779840 INFO AppDaemon: Added log: Diag
2020-03-08 09:35:11.779885 ERROR AppDaemon: time_zone not specified in appdaemon.cfg
2020-03-08 09:35:11.779931 ERROR AppDaemon: latitude not specified in appdaemon.cfg
2020-03-08 09:35:11.779973 ERROR AppDaemon: longitude not specified in appdaemon.cfg
2020-03-08 09:35:11.780017 ERROR AppDaemon: elevation not specified in appdaemon.cfg