mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 09:42:19 +01:00
[core] Update Entities (#6885)
This commit is contained in:
@@ -102,6 +102,9 @@ class APIServer : public Component, public Controller {
|
||||
#ifdef USE_EVENT
|
||||
void on_event(event::Event *obj, const std::string &event_type) override;
|
||||
#endif
|
||||
#ifdef USE_UPDATE
|
||||
void on_update(update::UpdateEntity *obj) override;
|
||||
#endif
|
||||
|
||||
bool is_connected() const;
|
||||
|
||||
|
Reference in New Issue
Block a user