First question post in this forum, thank y’all for all the awesome info and work on HA!
I’m following the docs to write a custom card, and wondering if there is an API to open a “More info” dialog?
I’m aware that there is state / entity info available to custom cards, but I didn’t see anything in the hass.callService
or hass.callWS
APIs that seem to do what I want: I’m trying to create a custom floorplan UI and hoping to find a way to show the “More info” dialog for specific entities from event-handling code in my custom card.
I found showMoreInfoDialog
while poking around in the source for the frontend repo, but it’s not clear to me if it’s possible to access the same method from custom card code.