include support for MQTT username/password

This commit is contained in:
David
2019-08-12 15:17:54 +10:00
parent b1399bab57
commit ebd3bbe2bc
5 changed files with 21 additions and 6 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
"server": "10.16.10.4",
"port": "1883",
"topic": "homeassistant",
"devicename": "voltronic"
"devicename": "voltronic",
"username": "",
"password": ""
}