add example homie config

This commit is contained in:
interfisch 2019-10-12 17:33:58 +02:00
parent d94bee3314
commit 69244e8e88
1 changed files with 17 additions and 0 deletions

View File

@ -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
}
}