diff --git a/external_components/hoermann_door/cover_component.h b/external_components/hoermann_door/cover_component.h index 91ab121..f63955d 100644 --- a/external_components/hoermann_door/cover_component.h +++ b/external_components/hoermann_door/cover_component.h @@ -26,7 +26,7 @@ public: cover::CoverTraits get_traits() override { auto traits = cover::CoverTraits(); traits.set_is_assumed_state(false); - traits.set_supports_position(false); + traits.set_supports_position(true); traits.set_supports_tilt(false); traits.set_supports_stop(true); traits.set_supports_toggle(true);