21 lines
361 B
YAML
21 lines
361 B
YAML
appdaemon:
|
|
import_method: expert
|
|
# import_paths:
|
|
# - /conf/apps/my_repo
|
|
latitude: 0
|
|
longitude: 0
|
|
elevation: 30
|
|
time_zone: America/Chicago
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
ha_url: http://192.168.1.82:8123
|
|
token: !secret long_lived_token
|
|
http:
|
|
url: http://0.0.0.0:5050
|
|
admin:
|
|
api:
|
|
hadashboard:
|
|
logs:
|
|
main_log:
|
|
level: DEBUG |