You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a multi-functional card, that displays data from an entity, but has actions that call other services.
For example, I'd like a button card (like below) to display a title and attribute of Entity A, but call a script when tapped. When held, I'd like it to show me more-info for Entity B.
I used to be able to use generic config from the button card component (setting tap_action, hold_action, etc.) but now that only affects the outer card. The actions don't work if I touch the icon or text.
Is there any way to specify which services those call?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a multi-functional card, that displays data from an entity, but has actions that call other services.
For example, I'd like a button card (like below) to display a title and attribute of Entity A, but call a script when tapped. When held, I'd like it to show me more-info for Entity B.

I used to be able to use generic config from the button card component (setting tap_action, hold_action, etc.) but now that only affects the outer card. The actions don't work if I touch the icon or text.
Is there any way to specify which services those call?
Is it no longer possible to use options such as
to customize a generic card's icon?
Beta Was this translation helpful? Give feedback.
All reactions