diff --git a/components/ratgdo/binary_sensor/__init__.py b/components/ratgdo/binary_sensor/__init__.py index c6c102c..e0809c5 100644 --- a/components/ratgdo/binary_sensor/__init__.py +++ b/components/ratgdo/binary_sensor/__init__.py @@ -15,6 +15,7 @@ CONF_TYPE = "type" TYPES = { "motion": SensorType.RATGDO_SENSOR_MOTION, "obstruction": SensorType.RATGDO_SENSOR_OBSTRUCTION, + "motor": SensorType.RATGDO_SENSOR_MOTOR, }