mirror of
https://github.com/Burningstone91/smart-home-setup.git
synced 2022-05-05 21:16:50 +03:00
29 lines
613 B
YAML
Executable File
29 lines
613 B
YAML
Executable File
secrets: /conf/secrets.yaml
|
|
logs:
|
|
main_log:
|
|
filename: /conf/logs/appdaemon.log
|
|
error_log:
|
|
filename: /conf/logs/error.log
|
|
access_log:
|
|
filename: /conf/logs/access.log
|
|
appdaemon:
|
|
app_dir: /conf/apps
|
|
elevation: !secret elevation
|
|
latitude: !secret latitude
|
|
longitude: !secret longitude
|
|
missing_app_warnings: 1
|
|
production_mode: False
|
|
time_zone: 'Europe/Zurich'
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
namespace: hass
|
|
token: !secret appdaemon_token
|
|
ha_url: http://10.10.40.6:3123
|
|
http:
|
|
url: http://10.10.40.6:5050
|
|
api:
|
|
admin:
|
|
title: AppDaemon
|
|
stats_update: realtime
|