Ability to Display a Different Entity in “more-info” for “button card” #17391
-
Description: Reason for the request: I suggest adding a new attribute to the “button card” configuration called “more_info_entity,” which allows defining the ID of the entity for which “more-info” should be displayed when tapping the button. If this attribute is defined, the “button card” will control one entity, but “more-info” will show information for the entity defined in “more_info_entity.” Example usage in the configuration: type: button Such a new feature would allow customizing the “more-info” display as needed, increasing the flexibility and usefulness of the “button card.” Thank you for considering this request, and I believe it would be very beneficial for many Home Assistant users. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is an old issue but I wanted to share a solution I found. Using browser mod, this is possible: tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.more_info
data:
entity: light.my_light_group |
Beta Was this translation helpful? Give feedback.
Funny you bumped this now, I just put in a native fix for this yesterday 😄
#22147