kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.52k stars 207 forks source link

Sonos volume sync/group not working #695

Closed vantech14 closed 1 year ago

vantech14 commented 2 years ago

Hi,

I have been using this card for a long time without issues until recently. The volume slider on the main card (that should control the entity) does not work. I have to click the actual player, to adjust the volume.

Interestingly, if I group this entity with other speakers, the main volume slider controls the grouped speakers, but does not control the main speaker.

If I remove "sync_volume" from the group settings, the main volume slider then works for the master entity, but stops controlling the grouped speakers.

Here is my configuration.

type: custom:mini-media-player entity: media_player.living_room hide: power: true source: true speaker_group: platform: sonos show_group_count: true sync_volume: true entities:

vantech14 commented 2 years ago

Fixed the issue. I needed to add the main entity, into the grouping, as per the below:

type: custom:mini-media-player entity: media_player.living_room hide: power: true source: true speaker_group: platform: sonos show_group_count: true sync_volume: true entities:

spacegaier commented 1 year ago

@vantech14 Can you please close the issue then since it is resolved 😉