Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
2k stars 58 forks source link

v2.3.0-beta.7 Cover buttons are disabled #951

Open vtracsd opened 15 hours ago

vtracsd commented 15 hours ago

Any chance you can add the option to enable all the cover buttons? The prior version has all the buttons enabled. My shades don't support position state so it can't tell whether it's open or closed. With the current beta, the up button is disabled while the shade is closed or one of the buttons will be disabled while it's half open/closed.

vtracsd commented 8 hours ago

In case anyone needs to get the cover buttons functionality back. Add this to the custom cover style.

.bubble-button.disabled { opacity: 1 !important; pointer-events: auto !important; cursor: pointer !important; }

Clooos commented 3 hours ago

Hi! Just to be sure, if you use this cover entity in the default HA card, are all these buttons enabled all the time? I just want to know if the behavior is different in Bubble Card or not.