From b481e70affdae818434b4e6a5ceba995acf38152 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 12:02:26 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/cover/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/cover/__init__.py b/components/ratgdo/cover/__init__.py index d8d4b4e..660f3dc 100644 --- a/components/ratgdo/cover/__init__.py +++ b/components/ratgdo/cover/__init__.py @@ -17,7 +17,7 @@ RATGDOCover = ratgdo_ns.class_( ) -CONFIG_SCHEMA = cover.COVER_SCHEMA.extend({cv.GenerateID(): cv.declare_id(RATGDO)}).extend(RATGDO_CLIENT_SCHMEA) +CONFIG_SCHEMA = cover.COVER_SCHEMA.extend({cv.GenerateID(): cv.declare_id(RATGDOCover)}).extend(RATGDO_CLIENT_SCHMEA) async def to_code(config):