lovelace-toggle-lock-entity-row
lovelace-toggle-lock-entity-row copied to clipboard
Support for entity-button type
as the title says
@elRadix FYI the button-card does support lock. As this is a row, I don't think this would should be applied to other cards. A toggle-lock-card does sound like a good idea though
https://github.com/custom-cards/button-card
@thomasloven what do you think about adding a toggle-lock-card to core that is like the unavailable overlay in the light card? It blocks all input to the card.
Instead of the "Unavailable" text, we put the lock icon on the top right and when you click on it the lock is remove for x seconds and you can interact with the card
e.g.
type: toggle-lock
delay: 5
card:
type: thermostat
entity: climate.house
could have a row and element as well.
I think it's better to avoid accidental triggering by using elements which consider scrolling, and locking things based on the current user.
This row is now deprecated. Please use restriction-card instead.