34 lines
879 B
YAML
34 lines
879 B
YAML
appdaemon:
|
|
latitude: 0
|
|
longitude: 0
|
|
elevation: 30
|
|
time_zone: Europe/Berlin
|
|
internal_function_timeout: 00:20:00
|
|
exclude_dirs:
|
|
- unit_tests
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
ha_url: http://10.0.0.21:8123
|
|
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiZThhYWI2ZTlkNmQ0NWU2YTk1ODU5OWJjOWM3MWJkYiIsImlhdCI6MTc3NjEwOTc0NCwiZXhwIjoyMDkxNDY5NzQ0fQ.BorkjFjWlWCZqnUa9-NMUxGsDiupDoRZ3cEgsmeSofM
|
|
cert_verify: True
|
|
q_timeout: 1200
|
|
ws_timeout: 00:10:00
|
|
http:
|
|
url: http://0.0.0.0:5050
|
|
admin:
|
|
api:
|
|
hadashboard:
|
|
logs:
|
|
main_log:
|
|
filename: /conf/logs/appdaemon.log
|
|
date_format: "%d-%m-%y %H:%M:%S"
|
|
access_log:
|
|
filename: /conf/logs/access.log
|
|
error_log:
|
|
filename: /conf/logs/error.log
|
|
virtualsensors_log:
|
|
name: VirtualSensorsLog
|
|
filename: /conf/logs/virtualsensors.log
|
|
date_format: "%d-%m-%y %H:%M:%S"
|