Mini media player - Platform pour Speaker group management

Hello,

I installed Mini Media Player from HACS to get the most out of my Google connected speakers.

They appear correctly in the Mini Media Player interface.

I’d like to create a speaker group management with my speakers.

Here is the yaml taken from the github below with my speakers:

type: custom:mini-media-player
entity: media_player.cuisine
hide:
  power: true
  icon: true
  source: true
speaker_group:
  platform: media_player
  show_group_count: true
  entities:
    - entity_id: media_player.cuisine
      name: Cuisine
    - entity_id: media_player.hall_etage
      name: Jeux
    - entity_id: media_player.honorine
      name: Honorine
    - entity_id: media_player.reveil_clovis
      name: Reveil Clovis
    - entity_id: media_player.salle_de_bain
      name: Salle de bain

I can’t get a list as explained on the site. Here’s what I get:

Whereas I would like a list like this:

image

Thank you for your help :slight_smile:

Your speaker group platform is different than the example on the guide.

Yes, I know.

On the guide, platform is sonos for Sonos’ speaker.

In my case, I use differents media player (Google Home).

I assume that I use media_player platform like noted on the guide :

image

What integration are you using for Google and does it support the join/unjoin service calls?

Only Google Cast :

I do not see the Google Cast integration providing the join/unjoin service calls.
Someone might know more about that integration and make sure this is correct.

1 Like

Hi,

Anybody can help please ?

Thnks.