41 lines
823 B
YAML
Executable File
41 lines
823 B
YAML
Executable File
appdaemon:
|
|
uvloop: True
|
|
use_dictionary_unpacking: True
|
|
# check_app_updates_profile: True
|
|
|
|
import_method: expert
|
|
latitude: 30.250968
|
|
longitude: -97.748193
|
|
elevation: 150
|
|
time_zone: America/Chicago
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
# ha_url: http://rpi3.home.com:8123
|
|
ha_url: http://192.168.1.82:8123
|
|
token: !secret long_lived_token
|
|
mqtt:
|
|
type: mqtt
|
|
namespace: mqtt
|
|
client_host: zigbee.john-stream.com
|
|
client_user: homeassistant
|
|
client_password: !secret mqtt_password
|
|
client_topics:
|
|
- zigbee2mqtt/#
|
|
|
|
namespaces:
|
|
controller:
|
|
writeback: hybrid
|
|
persistent: true
|
|
|
|
admin:
|
|
api:
|
|
http:
|
|
url: http://127.0.0.1:5050
|
|
|
|
logs:
|
|
main_log:
|
|
date_format: '%Y-%m-%d %I:%M:%S %p'
|
|
error_log:
|
|
date_format: '%Y-%m-%d %I:%M:%S %p'
|