mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-10 05:10:40 -07:00
Fix MQTT id attribute (#12)
* Update vue-utility.yaml mqtt id attr doesnt accept dash '-', need underscore '_'. * Update vue-utility-solar.yaml mqtt id attr doesnt accept dash '-', needs underscore '_'.
This commit is contained in:
@@ -25,7 +25,7 @@ api:
|
||||
|
||||
mqtt:
|
||||
broker: !secret mqtt_broker
|
||||
id: vue-utility
|
||||
id: vue_utility
|
||||
username: !secret mqtt_username
|
||||
password: !secret mqtt_password
|
||||
discovery: False # Only if you use the HA API usually
|
||||
|
||||
@@ -25,7 +25,7 @@ api:
|
||||
|
||||
mqtt:
|
||||
broker: !secret mqtt_broker
|
||||
id: vue-utility
|
||||
id: vue_utility
|
||||
username: !secret mqtt_username
|
||||
password: !secret mqtt_password
|
||||
discovery: False # Only if you use the HA API usually
|
||||
|
||||
Reference in New Issue
Block a user