-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added hold and double tap actions for tile card #18345
Added hold and double tap actions for tile card #18345
Conversation
d17b4b1
to
6965e44
Compare
@bramkragten Is there something I can do to help push this forward? |
6965e44
to
ff91685
Compare
Hello 👋 |
@piitaya Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
@dsypniewski @piitaya Thnak you for your effort. I use hold_action a lot in my dashboards. But there is one thing I don't like, when I long hold an icon, it doesn't become hold_action but icon_tap_action. Which is unexpected behavior for me. What if I add both icon_hold_action and icon_double_tap_action. I understand that this is a very complicated configuration, but I would not like to change the behavior that users may already be used to. |
Proposed change
Added hold and double tap actions for the Tile card
My personal use case is that I want both the tap and icon_tap actions to be toggle for a light but that leaves me without a quick access to more-info dialog, this solves that.
Based on the linked feature request it seems that I'm not the only one with similar problem.
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: