From b168e0254e0775235f20f827b1b17b0dd0b64b05 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 18:07:26 -0500 Subject: [PATCH] button --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {