Skip to content

Commit

Permalink
fix: mqtt.enabled in template config
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed Dec 21, 2023
1 parent 7018972 commit abd2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config.json-template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ssid": "SSID",
"password": "PASSWORD"
}, "mqtt": {
"enabled": true,
"enabled": 1,
"host": "MQTT_HOST",
"port": 1883,
"user": "MQTT_USER",
Expand Down

0 comments on commit abd2395

Please sign in to comment.