Lovelace: Mini Media Player

@kalkih need help with some setup please.

i have 2 google speakers and 1 speakers group (of the 2 google’s).

The scenario of my setup:

  • or one of the google play source (spotify)
  • or they play the same source (spotify) using the speakers group.

i will not have scenario that each speaker play different source.

currently i have this setup:

        - type: vertical-stack
          icon: mdi:boombox
          cards:
            - type: entities
              entities:
              - entity: media_player.speakers
                type: "custom:mini-media-player"
                group: true
                show_tts: google
                artwork: cover
                power_color: true
                scroll_info: true
              - entity: media_player.googlehome2196
                type: "custom:mini-media-player"
                group: true
                show_tts: google
                artwork: cover
                power_color: true
                scroll_info: true
              - entity: media_player.kitchen_speaker
                type: "custom:mini-media-player"
                group: true
                show_tts: google
                artwork: cover
                power_color: true
                scroll_info: true

Can i use only 1 row of player and it always present the last playing source and device?