Update mqtt.json

This commit is contained in:
ned-kelly
2020-11-23 08:48:14 +10:00
committed by GitHub
parent f19040ab50
commit d8349b8574
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"server": "10.16.10.4", "server": "[HA_MQTT_IP]",
"port": "1883", "port": "1883",
"topic": "homeassistant", "topic": "homeassistant",
"devicename": "voltronic", "devicename": "voltronic",
"username": "", "username": "",
"password": "", "password": "",
"influx": { "influx": {
"enabled": "true", "enabled": "false",
"host": "http://[INFLUX_IP_OR_URL]:8086", "host": "http://[INFLUX_IP_OR_URL]:8086",
"username": "", "username": "",
"password": "", "password": "",