mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 15:41:52 +00:00
preen
This commit is contained in:
@@ -172,9 +172,9 @@ class ComponentIterator {
|
|||||||
uint16_t at_{0}; // Supports up to 65,535 entities per type
|
uint16_t at_{0}; // Supports up to 65,535 entities per type
|
||||||
bool include_internal_{false};
|
bool include_internal_{false};
|
||||||
|
|
||||||
template<typename PlatformItem>
|
template<typename Container>
|
||||||
void process_platform_item_(const std::vector<PlatformItem *> &items,
|
void process_platform_item_(const Container &items,
|
||||||
bool (ComponentIterator::*on_item)(PlatformItem *));
|
bool (ComponentIterator::*on_item)(typename Container::value_type));
|
||||||
void advance_platform_();
|
void advance_platform_();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user