Skip to content

Commit

Permalink
HASS config should match with MQTT config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Jul 13, 2022
1 parent ab79505 commit 68a25fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@
"changesOnly": true
},
"vars": {
"_note": "hassTopic is the topic that HASS reads for configuration and should not be changed. mqttTopic should match the topic in the MQTT binding (do not use MQTTAlt for HASS).",
"hassTopic": "homeassistant",
"mqttTopic": "@bind=(state.equipment.model).replace(' ','-').replace('/','').toLowerCase();Alt"
"mqttTopic": "@bind=(state.equipment.model).replace(' ','-').replace('/','').toLowerCase();"
}
},
"rem": {
Expand Down

0 comments on commit 68a25fe

Please sign in to comment.