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
+3 -3
View File
@@ -1,12 +1,12 @@
{
"server": "10.16.10.4",
"server": "[HA_MQTT_IP]",
"port": "1883",
"topic": "homeassistant",
"devicename": "voltronic",
"username": "",
"password": "",
"influx": {
"enabled": "true",
"enabled": "false",
"host": "http://[INFLUX_IP_OR_URL]:8086",
"username": "",
"password": "",
@@ -48,4 +48,4 @@
"Battery_redischarge_voltage": "battery_re_discharge_voltage"
}
}
}
}