added mqtt plugin
This commit is contained in:
@@ -11,6 +11,15 @@ appdaemon:
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user