diff --git a/components/ratgdo/binary_sensor/__init__.py b/components/ratgdo/binary_sensor/__init__.py index 5bac50f..ee9b3ed 100644 --- a/components/ratgdo/binary_sensor/__init__.py +++ b/components/ratgdo/binary_sensor/__init__.py @@ -13,7 +13,7 @@ RATGDOBinarySensor = ratgdo_ns.class_( "RATGDOBinarySensor", binary_sensor.BinarySensor, cg.Component ) -CONF_TYPE = "xtype" +CONF_TYPE = "type" TYPES = {"motion", "obstruction"}