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; };