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"