piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.71k stars 340 forks source link

[Feature]: Allow hide Open button on lock card #1325

Open martindybal opened 10 months ago

martindybal commented 10 months ago

Requirements

Is your feature request related to a problem?

partly related to https://github.com/piitaya/lovelace-mushroom/issues/777 and https://github.com/piitaya/lovelace-mushroom/issues/1311

Add the hide option to open the door. My lock supports open doors. Several times I have opened a door by mistake and it cannot be closed.

Describe the solution you'd like

  - type: custom:mushroom-lock-card
    entity: lock.main_door
    ShowOpenDoorButton: false

Describe alternatives you've considered

No response

Additional context

No response

hallerdavid commented 1 week ago

an alternative would be to use the same implementation as in the detail view:

Pressed open door button -> do you really want to open the door button -> open door command.

I will use this card also. Please think about implement this small feature <3 then i will switch from the tile card to this cool card. :-) Thank you!