mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
Use interval=0 so all 5 intervals fire unconditionally every call(). Pass real millis() to scheduler.call() so WarnIfComponentBlockingGuard doesn't see fake time ahead of wall clock (which causes uint32_t underflow in the blocking time calculation).