hass-shutter-card icon indicating copy to clipboard operation
hass-shutter-card copied to clipboard

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

Open scarey opened this issue 1 year ago • 1 comments

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

scarey avatar May 25 '23 03:05 scarey

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

scarey avatar Jun 06 '23 19:06 scarey