add template config
This commit is contained in:
parent
4b538053f9
commit
c640931bc3
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue