From d27c9c8d376add5f770311b2058d485c875c1092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=A1=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Mon, 1 Apr 2024 00:36:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B0=D0=BA=20=D0=B8=20=D0=B7=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB,=20=D1=87=D1=82=D0=BE=20=D0=BD=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D1=81=D1=8F=D1=87=D1=83.=20=D0=9F=D0=BE=D1=81=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=D0=B5=D0=BC=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=3F=20=D0=AD=D1=82=D0=BE-=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tclac/climate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/tclac/climate.py b/components/tclac/climate.py index 0aca9c9..0a1df5a 100644 --- a/components/tclac/climate.py +++ b/components/tclac/climate.py @@ -249,8 +249,6 @@ def to_code(config): yield uart.register_uart_device(var, config) yield climate.register_climate(var, config) - if CONF_USE_OLED in config: - cg.add_define("USE_OLED_DISPLAY") if CONF_BEEPER in config: cg.add(var.set_beeper_state(config[CONF_BEEPER])) if CONF_DISPLAY in config: