This commit is contained in:
J. Nick Koston 2023-06-05 16:39:58 -05:00
parent 140fc01ee0
commit 15f072787d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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"