mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 11:02:19 +01:00
Merge branch 'comp_align' into integration
This commit is contained in:
@@ -168,8 +168,9 @@ class ComponentIterator {
|
|||||||
UPDATE,
|
UPDATE,
|
||||||
#endif
|
#endif
|
||||||
MAX,
|
MAX,
|
||||||
} state_{IteratorState::NONE};
|
};
|
||||||
uint16_t at_{0}; // Supports up to 65,535 entities per type
|
uint16_t at_{0}; // Supports up to 65,535 entities per type
|
||||||
|
IteratorState state_{IteratorState::NONE};
|
||||||
bool include_internal_{false};
|
bool include_internal_{false};
|
||||||
|
|
||||||
template<typename Container>
|
template<typename Container>
|
||||||
|
Reference in New Issue
Block a user