Perform actions on multiple entities with one card #1226
Answered
by
piitaya
caraar12345
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
piitaya
Apr 19, 2025
Replies: 2 comments
-
@caraar12345 Did you ever figure this one out, I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can do this using tap_action:
action: more-info
entity: sensor.temperature
hold_action:
action: more-info
entity: sensor.humidity Note, if you don't set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
piitaya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this using
yaml
. It's not a Mushroom feature but a built-in feature for every card.Note, if you don't set
entity
, it will the entity selected in your card.