diff --git a/custom_components/localtuya/climate.py b/custom_components/localtuya/climate.py index f56f07680..1bf3b9b78 100644 --- a/custom_components/localtuya/climate.py +++ b/custom_components/localtuya/climate.py @@ -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",