Ability to Display a Different Entity in “more-info” for “button card” #17391
Unanswered
dusan-ivanco
asked this question in
Other feature requests
Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I would like to propose a new feature for the “button card” component in Home Assistant that allows displaying “more-info” for a different entity than the button itself. This functionality would be useful in cases where different devices are used for control "one" endpoint.
Reason for the request:
In my home, I use the Shelly 2.5 switch to control the lights and a Zigbee RGBW bulbs. I would like to use the “button card” to control the Shelly switch but display “more-info” for the Zigbee RGBW bulb.
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
entity: light.shelly_room_1
more_info_entity: light.zigbee_room_1
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.
All reactions