Requirements
Is your feature request related to a problem?
Hi,
I'm not able to set an entity behind a tap, douple-click or hold action in a template mushroom card.
Describe the solution you'd like
The template card can show a secondary information/entity. It would be very helpfully for example when I double-click the card, the "more-info" popup from the secondary entity.
It could also be to call a service like the following example:
tap_action:
action: call-service
service: light.toggle
data:
entity_id: light.some_light
hold_action:
action: call-service
service: light.toggle
data:
entity_id: light.some_other_light
Describe alternatives you've considered
I can get a workaround with hass-browser_mod from thomasloven, but I think it would be better to be integrated in the mushroom template card. I've also seen it in the lovelace card from RomRudier "Button Card".
Thank you very much!
BR
Additional context
No response
Requirements
Is your feature request related to a problem?
Hi,
I'm not able to set an entity behind a tap, douple-click or hold action in a template mushroom card.
Describe the solution you'd like
The template card can show a secondary information/entity. It would be very helpfully for example when I double-click the card, the "more-info" popup from the secondary entity.
It could also be to call a service like the following example:
tap_action:
action: call-service
service: light.toggle
data:
entity_id: light.some_light
hold_action:
action: call-service
service: light.toggle
data:
entity_id: light.some_other_light
Describe alternatives you've considered
I can get a workaround with hass-browser_mod from thomasloven, but I think it would be better to be integrated in the mushroom template card. I've also seen it in the lovelace card from RomRudier "Button Card".
Thank you very much!
BR
Additional context
No response