diff --git a/custom_components/localtuya/climate.py b/custom_components/localtuya/climate.py index eaf6903..3eec336 100644 --- a/custom_components/localtuya/climate.py +++ b/custom_components/localtuya/climate.py @@ -82,6 +82,10 @@ HVAC_ACTION_SETS = { CURRENT_HVAC_HEAT: "heating", CURRENT_HVAC_OFF: "no_heating", }, + "Heat/Warming": { + CURRENT_HVAC_HEAT: "Heat", + CURRENT_HVAC_OFF: "Warming", + }, } PRESET_SETS = { "Manual/Holiday/Program": {