fix
This commit is contained in:
parent
140fc01ee0
commit
15f072787d
|
@ -7,7 +7,7 @@ DEPENDENCIES = ["preferences"]
|
||||||
|
|
||||||
|
|
||||||
ratgdo_ns = cg.esphome_ns.namespace("ratgdo")
|
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"
|
CONF_ROLLING_CODES = "rolling_codes"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue