33 lines
674 B
YAML
Executable File
33 lines
674 B
YAML
Executable File
appdaemon:
|
|
invalid_yaml_warnings: 0
|
|
missing_app_warnings: 0
|
|
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: homeassistant
|
|
client_user: appdaemon
|
|
client_password: !secret mqtt_password
|
|
client_topics:
|
|
- zigbee2mqtt/#
|
|
|
|
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'
|