Hi all. I’m using the mini-media-player-bundle add-in from @kalkih. I just updated to the latest level and I am trying to add a “speaker-group”. I am not getting the group icon in the upper right of the card. Anyone else using the speaker-group object? My code is below. Can anyone tell me what I might be missing?
- type: 'custom:mini-media-player'
entity: media_player.office_sonos
hide:
power: true
speaker_group:
platform: sonos
show_group_count: true
entrities:
- entity_id: media_player.office_sonos
name: Office Sonos
- entity_id: media_player.kitchen_sonos
name: Kitchen Sonos
- entity_id: media_player.livingroom_sonos
name: Livingroom Sonos
- entity_id: media_player.living_room
name: Livingroom Beam
Thanks!