Update panasonic_heatpump.cpp

Fixed next loop state for water_heater entites
This commit is contained in:
ElVit 2026-02-18 10:04:58 +01:00 committed by GitHub
parent fede0d3fa6
commit 9a6883b7e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void PanasonicHeatpumpComponent::loop() {
for (auto* entity : this->water_heaters_) {
entity->publish_new_state(this->heatpump_default_message_);
}
this->loop_state_ = LoopState::PUBLISH_EXTRA_SENSOR;
this->loop_state_ = LoopState::SEND_REQUEST;
break;
case LoopState::PUBLISH_EXTRA_SENSOR:
for (auto* entity : this->extra_sensors_) {