From f79ad6a2ea33feebea8f02f3c41df7d78170f1bd Mon Sep 17 00:00:00 2001 From: Florian Simmer Date: Mon, 18 Aug 2025 16:10:22 +0200 Subject: [PATCH] update shema --- components/tclac/climate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tclac/climate.py b/components/tclac/climate.py index a36b14a..07f0b96 100644 --- a/components/tclac/climate.py +++ b/components/tclac/climate.py @@ -143,8 +143,8 @@ def validate_visual(config): # Проверка конфигурации компонента и принятие значений по умолчанию CONFIG_SCHEMA = cv.All( - #climate.CLIMATE_SCHEMA.extend( - climate.climate_schema(tclacClimate).extend( + climate.climate_schema(tclacClimate) + .extend( { cv.GenerateID(): cv.declare_id(tclacClimate), cv.Optional(CONF_BEEPER, default=True): cv.boolean,