more complexity in the test cases
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
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
|
||||
@@ -8,9 +10,15 @@ appdaemon:
|
||||
longitude: 0
|
||||
elevation: 30
|
||||
time_zone: America/Chicago
|
||||
check_app_updates_profile: True
|
||||
# check_app_updates_profile: True
|
||||
module_debug:
|
||||
_app_management: DEBUG
|
||||
_callbacks: DEBUG
|
||||
# _events: DEBUG
|
||||
# _threading: DEBUG
|
||||
# mqtt: DEBUG
|
||||
plugins:
|
||||
HASS:
|
||||
hass:
|
||||
type: hass
|
||||
ha_url: http://192.168.1.82:8123
|
||||
token: !secret long_lived_token
|
||||
@@ -19,6 +27,7 @@ appdaemon:
|
||||
# namespace: mqtt
|
||||
# client_host: zigbee.localdomain
|
||||
# client_user: homeassistant
|
||||
# client_id: test_dev_client
|
||||
# client_password: !secret mqtt_password
|
||||
# client_topics:
|
||||
# - zigbee2mqtt/#
|
||||
|
||||
Reference in New Issue
Block a user