Skip to content

Commit

Permalink
fix hvac actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoxamin authored Jan 31, 2023
1 parent bf0277b commit 076d8c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/midea_dehumidifier_lan/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
HVACMode.OFF: HVACAction.OFF,
HVACMode.AUTO: None,
HVACMode.COOL: HVACAction.COOLING,
HVACMode.DRY: HVACAction.COOLING,
HVACMode.HEAT: HVACAction.COOLING,
HVACMode.FAN_ONLY: HVACAction.COOLING,
HVACMode.DRY: HVACAction.DRYING,
HVACMode.HEAT: HVACAction.HEATING,
HVACMode.FAN_ONLY: HVACAction.FAN,
}


Expand Down

0 comments on commit 076d8c2

Please sign in to comment.