Browser_mod popup media player entity card

I have a button over my floorpan that, when tapped, triggers a popup service through browser_mod. Notice in the image below that the popup control for the media player is not useful - cannot select music/stations like normal. How might I modify this popup to better accommodate this media player control (keeping in mind I will add other entities such as switches in the future)?

Code:

              - type: icon
                icon: 'mdi:adjust'
                tap_action:
                  action: call-service
                  service: browser_mod.popup
                  service_data:
                    title: Living Room
                    card:
                      type: entities
                      entities:
                        - media_player.living_room

Floorpan:

Popup:

Normal media player card:

Try browser_mod.more_info instead of popup I think that will give you what you want

Just gave that a shot - looks like it would work for a single card (I.e. the media player) but then there’s no way to add more (switches and other entities). Am I doing it wrong?

The goal is for the pop up to show everything available in that room, like a glance for example.

ohhh, sorry I don’t know if there is a way to do that then.

Ah ok, I’ll have to adjust fire then. Thanks!