mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 18:48:28 +02:00
Ensure component is ready before update. (#4523)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
@@ -119,6 +119,8 @@ class Component {
|
||||
|
||||
bool is_failed();
|
||||
|
||||
bool is_ready();
|
||||
|
||||
virtual bool can_proceed();
|
||||
|
||||
bool status_has_warning();
|
||||
|
||||
Reference in New Issue
Block a user