From e711852ddb72800d86c52f06c39d5b90ad21e4c5 Mon Sep 17 00:00:00 2001 From: I-am-nightingale Date: Fri, 12 Apr 2024 22:21:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AD=D1=82=D0=BE=D0=B3=D0=BE,=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=BF=D1=83=D1=81=D1=82=D0=B8=D0=BC,=20=D1=8F=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=B7=D0=BD=D0=B0=D0=BB.=20=D0=A2=D0=B5=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D1=8C=20=D0=B7=D0=BD=D0=B0=D1=8E=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tclac/climate.py b/components/tclac/climate.py index 086e810..880ce4e 100644 --- a/components/tclac/climate.py +++ b/components/tclac/climate.py @@ -12,7 +12,6 @@ from esphome.const import ( CONF_TEMPERATURE_STEP, CONF_SUPPORTED_PRESETS, CONF_TARGET_TEMPERATURE, - CONF_CURRENT_TEMPERATURE, CONF_SUPPORTED_FAN_MODES, CONF_SUPPORTED_SWING_MODES, ) @@ -21,6 +20,7 @@ from esphome.components.climate import ( ClimateMode, ClimatePreset, ClimateSwingMode, + CONF_CURRENT_TEMPERATURE, ) AUTO_LOAD = ["climate"]