Files
ad-dev-conf/appdaemon.yaml
2024-07-07 17:17:11 -05:00

32 lines
675 B
YAML

appdaemon:
uvloop: True
use_dictionary_unpacking: True
# import_method: expert
# import_paths:
# - /conf/apps/my_repo
latitude: 0
longitude: 0
elevation: 30
time_zone: America/Chicago
check_app_updates_profile: True
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