iantrich / restriction-card

🔒 Apply restrictions to Lovelace cards
MIT License
270 stars 23 forks source link

Auto tap after unlock?! #76

Closed pickonedev closed 8 months ago

pickonedev commented 1 year ago

Is your feature request related to a problem? Please describe. After I enter the proper PIN code, I need to click again the card, to activate it...

Describe the solution you'd like When I click the card, if I enter the proper PIN code, the card (button/entity/etc) should auto receive a tap

Describe alternatives you've considered

Additional context

arunc1 commented 1 year ago

This would be a great feature! :)

andjona commented 1 year ago

Auto fire would be a great feature.

fir3drag0n commented 1 year ago

Yes fire the event again if pin or confirmation has been done successfully

ildar170975 commented 8 months ago

restriction-card is a wrapper. Any pointer-events related to the inner card are operated on this inner card's level. The inner card may have different UI elements with different actions (or disabled ones). Handling pointer-events of the inner card - is not a task of the restriction-card.

Closed. The thread is still open for discussion.