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 d6b5248 commit 0f6402f
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 @@ -117,7 +117,7 @@ void MitsubishiHeatPump::control(const climate::ClimateCall &call) {
ESP_LOGV(TAG, "Doesn't Have Temp");
}
if (has_fan){
ESP_LOV(TAG, "Has Fan");
ESP_LOGV(TAG, "Has Fan");
} else {
ESP_LOGV(TAG, "Doesn't Have Fan");
}
Expand Down

0 comments on commit 0f6402f

Please sign in to comment.