mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 00:45:35 -07:00
Merge remote-tracking branch 'upstream/lazy_time_sync' into integration
This commit is contained in:
@@ -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...> {
|
||||
|
||||
Reference in New Issue
Block a user