add example homie config
This commit is contained in:
parent
d94bee3314
commit
69244e8e88
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "tischlicht",
|
||||||
|
"device_id": "tischlicht",
|
||||||
|
"wifi": {
|
||||||
|
"ssid": "WLANSSID",
|
||||||
|
"password": "WLANPASSWORD"
|
||||||
|
},
|
||||||
|
"mqtt": {
|
||||||
|
"host": "10.0.0.1",
|
||||||
|
"port": 1883,
|
||||||
|
"auth": false,
|
||||||
|
"base_topic": ""
|
||||||
|
},
|
||||||
|
"ota": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue