I‘ve just started with HA. I have installed this very nice Sonos-card.
Now wanted to include the Sonos-icons… Followed the instruction and installed the „custom-brand-icons“. I am able to use these in a normal „entity-card“ but somehow do no manage to implement these into the Sonos-card…
Can someone just show Code-snippet so I see how to proceed? That would be great and very much appreciated.
For some reasons, nothing is displayed in media browser (there is no favorites showing up). When I can click on “browse media” and I can browse media appears. The pop-up works fine but after I close it nothing happens ie: media browser is still empty.
I definitely have something setup in my favorites in Sonos
I’m wondering if this is a Sonos integration issue. If I go to browse media, then select Sonos, it’s showing “no items”
Yes, that is unfortunately not possible to ignore. You can only ignore favorites in the card directly. Nothing in the media browser popup can be configured, since that is controlled by home assistant, and not this card.
I’ve released v7.0.1 with a rename of the config field from mediaBrowserTitlesToIgnore to favoritesToIgnore.
I have 3 sensors showing in my media player list. They are actually sensors I created from templates and not media players. How do I get this out of the list?
entities: # Entities are automatically discovered if you don't supply this setting
- media_player.sonos_kitchen
- media_player.sonos_hallway
- media_player.sonos_bedroom
- media_player.sonos_livingroom
Thanks! I saw the discussion on this and going back and forth whether to include all entities or just those in the sonos domain. I guess I didn’t really pay attention to that discussion much as I was still on v6 of the card at that time and didn’t need to specify entities then.
You make a good point. I have reverted that behaviour to only show Sonos players (or if the info is not available only show players that support grouping).
It’s included in this release: v7.1.0
(To show all players without regard for platform use showNonSonosPlayers: true.)
@PunxsutawneyPhil - your card is amazing. Thank you.
I wanted to create a smaller version, and thought I’d share my two versions. For simplicity I’ll do it in two posts. This one is a pure card-mod on the sonos-card:
And here’s version 2. This one, uses a combo of the mini-media-player AND custom:sonos-card.
It’s even tighter and slimmer. Not sure which one I prefer!
Main Screen. mini-media-player on top…and underneath a stripped down sonos-card:
Final thoughts.
Q1 - Which version is better in the communities eyes?
Q2 - Is there any way to display the currently playing playlist (it’s a sonos attribute).
Q3 - How the heck can I tidy up the crazy amount of card-mod stuff!
Q4 - Any other suggestions?
Hay anyone ever successfully used the sonos card within an entity filtering card such as entity filter or custom auto-entities card?
My scenario is: I’m using a wall tablet with WallPanel custom component and I would like to see the sonos player on the screensaver when the state is playing.
However, this does not work with both entity card and auto-entities:
When filtering for the contemporary state of the corresponding media_player entity, it looks like above (although the card is working fine outside the filtering card).