Deejayfool / hass-shutter-card

Shutter card for Home Assistant Lovelace UI
Apache License 2.0
274 stars 101 forks source link

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

Open scarey opened 1 year ago

scarey commented 1 year ago

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 commented 1 year ago

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