19 lines
438 B
YAML
19 lines
438 B
YAML
# https://www.home-assistant.io/components/mqtt/
|
|
|
|
# these four are now set in the mqtt integrations ui
|
|
# there is no way to edit these. You must remove and add the mqtt integration
|
|
#broker: 10.0.0.1
|
|
#port: 1883
|
|
#username: !secret MQTT_username
|
|
#password: !secret MQTT_password
|
|
birth_message:
|
|
topic: "status/ha"
|
|
payload: "online"
|
|
qos: 1
|
|
retain: true
|
|
will_message:
|
|
topic: "status/ha"
|
|
payload: "offline"
|
|
qos: 1
|
|
retain: true
|