mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Update esphome/core/component_iterator.cpp
Co-authored-by: Samuel Tardieu <sam@rfc1149.net>
This commit is contained in:
parent
42af4ebb34
commit
e36959d7e5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void ComponentIterator::advance() {
|
||||||
|
|
||||||
#ifdef USE_BINARY_SENSOR
|
#ifdef USE_BINARY_SENSOR
|
||||||
case IteratorState::BINARY_SENSOR:
|
case IteratorState::BINARY_SENSOR:
|
||||||
process_entity_(App.get_binary_sensors(), &ComponentIterator::on_binary_sensor);
|
this->process_entity_(App.get_binary_sensors(), &ComponentIterator::on_binary_sensor);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue