mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +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
@@ -10,6 +10,7 @@ namespace ds1307 {
|
||||
class DS1307Component : public time::RealTimeClock, public i2c::I2CDevice {
|
||||
public:
|
||||
void setup() override;
|
||||
void update() override;
|
||||
void dump_config() override;
|
||||
float get_setup_priority() const override;
|
||||
void read();
|
||||
|
||||
Reference in New Issue
Block a user