29 lines
591 B
YAML
29 lines
591 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
|
|
# mqtt:
|
|
# type: mqtt
|
|
# namespace: mqtt
|
|
# client_host: zigbee.localdomain
|
|
# client_user: homeassistant
|
|
# client_password: !secret mqtt_password
|
|
# client_topics:
|
|
# - zigbee2mqtt/#
|
|
# http:
|
|
# url: http://0.0.0.0:5051
|
|
admin:
|
|
api:
|
|
hadashboard:
|
|
logs:
|
|
main_log:
|
|
level: DEBUG |