Merge remote-tracking branch 'upstream/lazy_time_sync' into integration

This commit is contained in:
J. Nick Koston
2026-01-30 16:04:01 -06:00

View File

@@ -69,7 +69,7 @@ class RealTimeClock : public PollingComponent {
void apply_timezone_(const char *tz);
#endif
CallbackManager<void()> time_sync_callback_;
LazyCallbackManager<void()> time_sync_callback_;
};
template<typename... Ts> class TimeHasTimeCondition : public Condition<Ts...> {