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:
baudneo
2024-01-28 19:40:03 -07:00
committed by GitHub
parent 44a0050cf1
commit 877526fed4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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