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

New [up|down|stop]_disabled_states config to control button disabling #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scarey
Copy link

@scarey scarey commented May 25, 2023

This would be used instead of disable_end_buttons since it allows finer control. The config could look something like:

    up_disabled_states:
      - open
      - opening
    down_disabled_states:
      - closed
      - closing
      - opening
    stop_disabled_states:
      - open
      - closed
      - closing
      - stopped

…ts for which the different buttons should be disabled.
@scarey
Copy link
Author

scarey commented Jun 6, 2023

I think this would help issues #22, #46, and #96.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant