new mqtt server and fix missing library
This commit is contained in:
parent
74be2550cc
commit
6bb2364474
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "HOSTNAME",
|
"name": "HOSTNAME",
|
||||||
"device_id": "HOSTNAME",
|
"device_id": "DEVICENAME",
|
||||||
"wifi": {
|
"wifi": {
|
||||||
"ssid": "WIFISSID",
|
"ssid": "SSID",
|
||||||
"password": "WIFIPASS"
|
"password": "password"
|
||||||
},
|
},
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"host": "raum.ctdo.de",
|
"host": "hass.ctdo.de",
|
||||||
"port": 1883,
|
"port": 1883,
|
||||||
"auth": false
|
"auth": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -23,6 +23,7 @@ lib_deps =
|
||||||
https://github.com/PaulStoffregen/Encoder.git
|
https://github.com/PaulStoffregen/Encoder.git
|
||||||
https://github.com/adafruit/DHT-sensor-library
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
https://github.com/adafruit/Adafruit_Sensor
|
https://github.com/adafruit/Adafruit_Sensor
|
||||||
|
thomasfredericks/Bounce2
|
||||||
|
|
||||||
[env:d1_minidebug]
|
[env:d1_minidebug]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
|
|
Loading…
Reference in New Issue