Markus
Markus
not sure which branch is used for the active development, if his one is the wrong one please provide the correct one ;) currently working on my custom layer to...
any change this gets a review or feedback?
not stale, waiting for review ;)
waiting for review
the reconnect interval setting is not implemented for async right now.
ok looks like a ESP32 TCP stack problem then. you can try to check the result of the ```lwip_connect_r``` call here: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiClient.cpp#L229 for some reason the return value there is...
The problem with that idea is that different boards need different libraries, as a result its not possible to hard code any. since adding one will break all the other...
docu --> https://github.com/esphome/esphome-docs/pull/4005 for switch --> #7018
cilmate and rgb lights are much more complicated since there is no easy way I know of to discover the features. and there are many combinations possible. simple one color...
not directly, the service calls will not work an the HA side if the device is unavailable. and based on the docs of HA there is no unavailable state in...