Skip to content

Commit

Permalink
rospogrigio#711 Implemented m/p HVAC mode set
Browse files Browse the repository at this point in the history
  • Loading branch information
Daandeve committed Nov 14, 2022
1 parent fb0bdc5 commit 831ae55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/localtuya/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
HVAC_MODE_HEAT: "Manual",
HVAC_MODE_AUTO: "Program",
},
"m/p": {
HVAC_MODE_HEAT: "m",
HVAC_MODE_AUTO: "p",
},
"True/False": {
HVAC_MODE_HEAT: True,
},
Expand Down

0 comments on commit 831ae55

Please sign in to comment.