From 7eb052c657babede117786cef92ef951d96815db Mon Sep 17 00:00:00 2001 From: Fisch Date: Sat, 15 Aug 2020 19:48:59 +0200 Subject: [PATCH] add config file without password --- 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..2c023f5 --- /dev/null +++ b/data/homie/config.json @@ -0,0 +1,17 @@ +{ +"name": "sensoresp3", +"device_id": "sensoresp3", +"wifi": { +"ssid": "ssid", +"password": "password" +}, +"mqtt": { +"host": "10.0.0.1", +"port": 1883, +"auth": false, +"base_topic": "" +}, +"ota": { +"enabled": false +} +}