From a8883a5d8ed1a41c25f315facc208e4885c4aab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Villagra?= Date: Mon, 10 Jan 2022 17:03:21 -0300 Subject: [PATCH] add Heat/Warming HVAC actions --- custom_components/localtuya/climate.py | 4 ++++ 1 file changed, 4 insertions(+) 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": {