This commit is contained in:
J. Nick Koston 2023-06-07 21:40:30 -05:00
parent ef994dfc4e
commit baa7e15633
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ CONF_TYPE = "type"
TYPES = {
"motion": SensorType.RATGDO_SENSOR_MOTION,
"obstruction": SensorType.RATGDO_SENSOR_OBSTRUCTION,
"motor": SensorType.RATGDO_SENSOR_MOTOR,
}