add data template

This commit is contained in:
interfisch 2021-02-21 15:23:58 +01:00
parent 6849f8ca1c
commit 5ae6ab0c02
1 changed files with 17 additions and 0 deletions

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

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