Update Example_Config.yaml
This commit is contained in:
parent
fd77140108
commit
a6eb8e2547
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ SQL_Password: Your_MariaDB_Password
|
|||
MQTT_Publisher: /usr/bin/mosquitto_pub
|
||||
MQTT_Host: Your_MariaDB_Host (usually your homeassistant hostname or IP)
|
||||
MQTT_Port: '1883'
|
||||
MQTT_User": !secret mqtt_user, <<< Use "$MQTT_User" in topic to enable Username here
|
||||
MQTT_Pass": !secret mqtt_pass, <<< Use "$MQTT_Pass" in topic to enable Password here
|
||||
MQTT_User": !secret mqtt_user, <<< Use "$MQTT_User" in topic to enable Username here. Required for Sensors.
|
||||
MQTT_Pass": !secret mqtt_pass, <<< Use "$MQTT_Pass" in topic to enable Password here. Required for Sensors.
|
||||
MQTT_Topic: homeassistant/sbfspot_{plantname}/sbfspot_{serial}
|
||||
MQTT_ItemFormat: '"{key}": {value}'
|
||||
MQTT_ItemDelimiter: comma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue