Update esphome/core/component_iterator.cpp

Co-authored-by: Samuel Tardieu <sam@rfc1149.net>
This commit is contained in:
tomaszduda23 2024-08-07 16:59:47 +02:00 committed by GitHub
parent 42af4ebb34
commit e36959d7e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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