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 Jan 24, 2022
1 parent 2688a17 commit 88f4b50
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 88f4b50

Please sign in to comment.