diff --git a/config.json b/config.json new file mode 100644 index 0000000..757b4a5 --- /dev/null +++ b/config.json @@ -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 +} +} \ No newline at end of file