esplight/data/homie/config.json

18 lines
288 B
JSON
Raw Normal View History

2020-09-19 16:01:14 +00:00
{
2021-10-07 18:35:02 +00:00
"name": "kuechenlicht",
"device_id": "kuechenlicht",
"wifi": {
"ssid": "WLANSSID",
"password": "WLANPASSWORD"
},
"mqtt": {
"host": "10.0.0.1",
"port": 1883,
"auth": false,
"base_topic": ""
},
"ota": {
"enabled": false
}
2020-09-19 16:01:14 +00:00
}
2021-10-07 18:35:02 +00:00