From d5e385865a151c88300bc72b4f9fd9c37107f1cf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 10:44:46 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h index e84ad28..d082c15 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h @@ -15,7 +15,6 @@ class RATGDOBinarySensor : public binary_sensor::BinarySensor, public RATGDOClie public: void setup() override; void loop() override; - void update() override; void dump_config() override; void on_door_state(esphome::ratgdo::DoorState state) override;