config template

This commit is contained in:
interfisch 2021-02-07 23:35:44 +01:00
parent 1a0c9a5b39
commit 6f0bb5def9
1 changed files with 17 additions and 0 deletions

17
data/homie/config.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "blinds_dual",
"device_id": "blinds_dual",
"wifi": {
"ssid": "wifissid",
"password": "password"
},
"mqtt": {
"host": "10.0.0.1",
"port": 1883,
"auth": false,
"base_topic": ""
},
"ota": {
"enabled": false
}
}