initial commit connected to mosquitto
This commit is contained in:
24
appdaemon.yaml
Normal file
24
appdaemon.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
appdaemon:
|
||||
latitude: 32.991129
|
||||
longitude: -96.841910
|
||||
elevation: 30
|
||||
time_zone: America/Chicago
|
||||
plugins:
|
||||
# HASS:
|
||||
# type: hass
|
||||
# ha_url: http://homeassistant:8123
|
||||
# token: !secret ha_token
|
||||
# cert_verify:
|
||||
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:
|
||||
Reference in New Issue
Block a user