add config file without password

This commit is contained in:
interfisch 2020-08-15 19:48:59 +02:00
parent 75f251b502
commit 7eb052c657
1 changed files with 17 additions and 0 deletions

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

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