mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 16:48:40 +00:00
427a49959a886ab80d0c85ab6c69aea4cd947896
When MQTT reconnects, all components have their discovery and state republished. With many components, processing all of them in a single loop iteration blocks the main loop long enough to trigger the task watchdog timer. Limit to 4 resends per loop iteration to spread the work across multiple cycles. Closes https://github.com/esphome/esphome/issues/15057
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
603 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
