DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
304 stars 54 forks source link

Request: popup on tap_action #41

Closed CervDotBe closed 4 years ago

CervDotBe commented 4 years ago

Feature Request: have the possibility to call the custom popup on tap_action. Hold action is often to difficult for end users and it would be handy to call the custom popup on the tap_action. I know this might(?) be possible via the browser_mod, but it's interesting to not have this platform wide and only within the card.

DBuit commented 4 years ago

Hi @CervDotBe

Maybe you already found it but this is already possible. Check the actions part in the readme there you can set a tap_action on a tile. If you use browser_mod integration than this will give you a service to call a pop-up

caseyjhol commented 4 years ago

This does seem like something that should be available by default.