mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 23:45:40 -07:00
Add INITIAL_STATE comment to else branch
This commit is contained in:
@@ -267,7 +267,7 @@ void APIConnection::process_active_iterator_() {
|
||||
} else {
|
||||
this->process_iterator_batch_(this->iterator_storage_.list_entities);
|
||||
}
|
||||
} else {
|
||||
} else { // INITIAL_STATE
|
||||
if (this->iterator_storage_.initial_state.completed()) {
|
||||
this->destroy_active_iterator_();
|
||||
// Process any remaining batched messages immediately
|
||||
|
||||
Reference in New Issue
Block a user