esp-volumeknob/data/homie/config.json

16 lines
250 B
JSON
Raw Normal View History

2022-06-07 19:10:14 +00:00
{
"name": "HOSTNAME",
"device_id": "DEVICENAME",
2022-06-07 19:10:14 +00:00
"wifi": {
"ssid": "SSID",
"password": "password"
2022-06-07 19:10:14 +00:00
},
"mqtt": {
"host": "hass.ctdo.de",
2022-06-07 19:10:14 +00:00
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}