Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback component: Support for overshoot_duration #4298

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/cover/feedback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ Additional options:
The open/close duration includes one instance of this delay, as it is the total amount of time from
issuing a command to reaching endstop.
Defaults to ``0s``.
- **overshoot_duration** (*Optional*, :ref:`config-time`): After the cover reaches max opened or closed position (0% or 100%),
keep it moving for this duration before stopping. Intended to reset any accumulated error when doing multiple partial
open/close actions. Does nothing if endstops are used.
Defaults to ``0s``.
- **update_interval** (*Optional*, :ref:`config-time`): The interval
to publish updated position information to the UI while the cover is moving.
Defaults to ``1s``.
Expand Down