add template config

This commit is contained in:
interfisch 2023-11-22 19:54:52 +01:00
parent 4b538053f9
commit c640931bc3
1 changed files with 17 additions and 0 deletions

View File

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