From 6bbe8cda78deaa24907a7d3bceb31b2c80a3d47e Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Fri, 12 Apr 2024 22:19:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=8F=D1=82=D1=8C=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=81=D1=8F=D0=BA=D0=B8.=20=D0=9B=D1=8E=D0=B1=D0=BB=D1=8E=20?= =?UTF-8?q?=D1=81=D1=80=D0=B0=D0=B7=D1=83=20=D0=BF=D1=83=D1=88=D0=B8=D1=82?= =?UTF-8?q?=D1=8C,=20=D0=B1=D0=B5=D0=B7=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=BA=D0=B8=20=D0=B8=20=D0=BF=D1=80=D0=B5=D0=B4=D1=83?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tclac/climate.py b/components/tclac/climate.py index 1a610a9..086e810 100644 --- a/components/tclac/climate.py +++ b/components/tclac/climate.py @@ -78,6 +78,7 @@ SUPPORTED_CLIMATE_PRESETS_OPTIONS = { "BOOST": ClimatePreset.CLIMATE_PRESET_BOOST, "SLEEP": ClimatePreset.CLIMATE_PRESET_SLEEP, "COMFORT": ClimatePreset.CLIMATE_PRESET_COMFORT, +} VerticalSwingDirection = tclac_ns.enum("VerticalSwingDirection", True) VERTICAL_SWING_DIRECTION_OPTIONS = {