This commit is contained in:
J. Nick Koston 2023-06-07 17:49:39 -05:00
parent ef21292a6e
commit 3190a7b0e9
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -31,6 +31,5 @@ namespace ratgdo {
this->publish_state(state == ObstructionState::OBSTRUCTION_STATE_OBSTRUCTED);
}
} // namespace ratgdo
} // namespace esphome

View File

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