add config.json preset
This commit is contained in:
parent
281a9041e7
commit
699f1e12e7
1 changed files with 16 additions and 0 deletions
16
config.json
Normal file
16
config.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "esp-videoswitcher",
|
||||||
|
"device_id": "esp-videoswitcher",
|
||||||
|
"wifi": {
|
||||||
|
"ssid": "",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
"mqtt": {
|
||||||
|
"host": "raum.ctdo.de",
|
||||||
|
"port": 1883,
|
||||||
|
"auth": false
|
||||||
|
},
|
||||||
|
"ota": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue