Update Example_Config.yaml

This commit is contained in:
habuild 2022-08-29 22:04:08 +10:00 committed by GitHub
parent 4cafdc1b59
commit de537ab777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_Username": !secret mqtt_user,
MQTT_Password": !secret mqtt_pass,
MQTT_User": !secret mqtt_user,
MQTT_Pass": !secret mqtt_pass,
MQTT_Topic: homeassistant/sbfspot_{plantname}/sbfspot_{serial}
MQTT_ItemFormat: '"{key}": {value}'
MQTT_ItemDelimiter: comma