Skip to content

Commit

Permalink
Update espmhp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
markalston committed Nov 11, 2023
1 parent 3b1a7e2 commit 3134bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mitsubishi_heatpump/espmhp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void MitsubishiHeatPump::control(const climate::ClimateCall &call) {
// send the update back to esphome:
this->publish_state();
// and the heat pump:
// hp->update();
hp->update();
}

void MitsubishiHeatPump::hpSettingsChanged() {
Expand Down

0 comments on commit 3134bfa

Please sign in to comment.