From 91f5dd959aace95b1010e96a5954a2ca989cb364 Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Sun, 30 Apr 2023 19:01:43 +0200 Subject: [PATCH] removed clock Time --- components/ehmtxv2/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ehmtxv2/__init__.py b/components/ehmtxv2/__init__.py index 18dd774..f6a5b06 100644 --- a/components/ehmtxv2/__init__.py +++ b/components/ehmtxv2/__init__.py @@ -91,9 +91,6 @@ EHMTX_SCHEMA = cv.Schema({ cv.Required(CONF_MATRIXCOMPONENT): cv.use_id(display), cv.Required(CONF_DEFAULT_FONT_ID): cv.use_id(font), cv.Required(CONF_special_FONT_ID): cv.use_id(font), - cv.Optional( - CONF_CLOCKTIME, default="5" - ): cv.templatable(cv.positive_int), cv.Optional( CONF_HTML, default=False ): cv.boolean,