41 lines
925 B
YAML
41 lines
925 B
YAML
appdaemon:
|
|
# ffake_ketys: asdfasdf
|
|
# starttime: '2024-07-14 12:00:00' # YYYY-MM-DD HH:MM:SS
|
|
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
|
|
module_debug:
|
|
_app_management: DEBUG
|
|
_callbacks: DEBUG
|
|
# _events: DEBUG
|
|
# _threading: DEBUG
|
|
# mqtt: DEBUG
|
|
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_id: test_dev_client
|
|
# client_password: !secret mqtt_password
|
|
# client_topics:
|
|
# - zigbee2mqtt/#
|
|
# http:
|
|
# url: http://0.0.0.0:5051
|
|
admin:
|
|
api:
|
|
hadashboard:
|
|
logs:
|
|
main_log:
|
|
level: DEBUG |