mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 20:38:27 +02:00
make time components polling components (#1443)
* make real time clock components polling components * add test
This commit is contained in:
committed by
Jesse Hills
parent
717aab7c8b
commit
652f6058d1
@@ -24,6 +24,7 @@ class SNTPComponent : public time::RealTimeClock {
|
||||
}
|
||||
float get_setup_priority() const override { return setup_priority::AFTER_WIFI; }
|
||||
|
||||
void update() override;
|
||||
void loop() override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user