From 3190a7b0e9fd9f957459cc6edb74dbd041528faa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 17:49:39 -0500 Subject: [PATCH] cleanup --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp | 1 - components/ratgdo/cover/ratgdo_cover.h | 1 - 2 files changed, 2 deletions(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp index 0a24d40..4165189 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -31,6 +31,5 @@ namespace ratgdo { this->publish_state(state == ObstructionState::OBSTRUCTION_STATE_OBSTRUCTED); } - } // namespace ratgdo } // namespace esphome diff --git a/components/ratgdo/cover/ratgdo_cover.h b/components/ratgdo/cover/ratgdo_cover.h index 48f8170..7542fd0 100644 --- a/components/ratgdo/cover/ratgdo_cover.h +++ b/components/ratgdo/cover/ratgdo_cover.h @@ -15,7 +15,6 @@ namespace ratgdo { cover::CoverTraits get_traits() override; void on_door_state(DoorState state) override; - protected: void control(const cover::CoverCall& call) override; };