Sonos Favorites diappearing from dropdown in media cards as of 2022.04

From 2022.4, we won’t be able to select Sonos Favorites from the dropdown like this:

I do understand why it was done, and I’m not interested in complaining about the reasoning.

What I’m interested in, is to talk how we can mirror the functionality, so we can select a playlist with 2 clicks, rather than the proposed 5 clicks now.

1 Like

Also interested in this…

GitHub - johanfrick/custom-sonos-card: Home Assistant custom lovelace sonos card worked well for me, and was configurable enough to support hiding everything except for my favorites. Only one click too! Here’s what I ended up with:

      - type: custom:custom-sonos-card
         mediaTitle: " "
         shuffleFavorites: false
         selectedPlayer: media_player.home
         layout:
           mediaBrowser:
             width: '100%'
             mobileWidth: '100%'
           mediaItem:
             width: '20%'
             mobileWidth: '33%'
         styles:
             groups:
               display: none
             players:
               display: none
             ha-card:
               background: none
             button-section:
               background: none
               border: none
             media-button:
               border: none
             media-button-title:
               textOverflow: clip

1 Like