diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h index f9989f7..7358daa 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h @@ -12,7 +12,8 @@ namespace ratgdo { enum SensorType { RATGDO_SENSOR_MOTION, RATGDO_SENSOR_OBSTRUCTION, - RATGDO_SENSOR_MOTOR + RATGDO_SENSOR_MOTOR, + RATGDO_SENSOR_BUTTON }; class RATGDOBinarySensor : public binary_sensor::BinarySensor, public RATGDOClient, public Component {