Skip to content
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

[Feature]: Call more-info/call-service of different entities - with tap, double-click or hold action / Template Cards #1414

Open
2 tasks done
Zuendapp opened this issue Apr 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Zuendapp
Copy link

Zuendapp commented Apr 20, 2024

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

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

@Zuendapp Zuendapp added the enhancement New feature or request label Apr 20, 2024
@Zuendapp Zuendapp changed the title [Feature]: Call more-info of different entities - with tap, double-click or hold action [Feature]: Call more-info/call-service of different entities - with tap, double-click or hold action Apr 20, 2024
@Zuendapp Zuendapp changed the title [Feature]: Call more-info/call-service of different entities - with tap, double-click or hold action [Feature]: Call more-info/call-service of different entities - with tap, double-click or hold action / Template Cards Apr 20, 2024
@mptr8956
Copy link

mptr8956 commented May 3, 2024

Would love to see that feature as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants