Skip to content

Commit

Permalink
add a subset of HVAC_MODE_SETS (#1875)
Browse files Browse the repository at this point in the history
iPAC-40 Portable Air Conditioning Heat Pump with Wifi and Remote Control. These devices have a limited option of modes. The available modes are Hot, Cold and Dry.

Co-authored-by: rospogrigio <49229287+rospogrigio@users.noreply.github.com>
  • Loading branch information
ialexyi and rospogrigio authored Jan 14, 2025
1 parent 1369245 commit 6202c74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/localtuya/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
HVACMode.COOL: "cold",
HVACMode.AUTO: "auto",
},
"Cold/Dehumidify/Hot": {
HVACMode.HEAT: "hot",
HVACMode.DRY: "dehumidify",
HVACMode.COOL: "cold",
},
"1/0": {
HVACMode.HEAT: "1",
HVACMode.AUTO: "0",
Expand Down

0 comments on commit 6202c74

Please sign in to comment.