From 5ae6ab0c023e40c48a1a3fc9f962de768ce4ed72 Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 21 Feb 2021 15:23:58 +0100 Subject: [PATCH] add data template --- data/homie/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/homie/config.json diff --git a/data/homie/config.json b/data/homie/config.json new file mode 100644 index 0000000..e3d89fe --- /dev/null +++ b/data/homie/config.json @@ -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 +} +}