From 15f072787d6398714783088299a8874a1dc52b78 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 16:39:58 -0500 Subject: [PATCH] fix --- components/ratgdo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/__init__.py b/components/ratgdo/__init__.py index 0304844..45e1867 100644 --- a/components/ratgdo/__init__.py +++ b/components/ratgdo/__init__.py @@ -7,7 +7,7 @@ DEPENDENCIES = ["preferences"] ratgdo_ns = cg.esphome_ns.namespace("ratgdo") -RATGDO = ratgdo_ns.class_("RATGDO", cg.Component) +RATGDO = ratgdo_ns.class_("RATGDOComponent", cg.Component) CONF_ROLLING_CODES = "rolling_codes"