25 lines
497 B
YAML
25 lines
497 B
YAML
appdaemon:
|
|
latitude: 32.991129
|
|
longitude: -96.841910
|
|
elevation: 30
|
|
time_zone: America/Chicago
|
|
use_dictionary_unpacking: true
|
|
plugins:
|
|
HASS:
|
|
type: hass
|
|
ha_url: http://192.168.1.192:8123
|
|
token: !secret ha_token
|
|
mqtt:
|
|
type: mqtt
|
|
namespace: mqtt
|
|
client_host: mqtt
|
|
client_user: homeassistant
|
|
client_password: !secret mqtt_password
|
|
client_topics:
|
|
- zigbee2mqtt/#
|
|
http:
|
|
url: http://0.0.0.0:5050
|
|
admin:
|
|
api:
|
|
hadashboard:
|