Skip to content

Commit

Permalink
And some more deprecated whoopsies.
Browse files Browse the repository at this point in the history
  • Loading branch information
apbarratt authored Sep 16, 2024
1 parent 3e3a907 commit af05b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/localtuya/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
HVACMode.AUTO: "Auto",
},
"MANUAL/AUTO (Heat)": {
HVAC_MODE_HEAT: "MANUAL",
HVAC_MODE_AUTO: "AUTO",
HVACMode.HEAT: "MANUAL",
HVACMode.AUTO: "AUTO",
},
"Manual/Program (Heat)": {
HVACMode.HEAT: "Manual",
Expand Down

0 comments on commit af05b71

Please sign in to comment.