I have a full Sonos setup in my living room and couple of Sonos One’s troughout the house.
To ‘fix’ your problem i made buttons per room to start playing to that individual room.
In this setup you make the first speaker that starts playing the ‘master’ of your complete setup.
If you want to add a speaker, simply group them.
Here you can see that Office is the ‘master’ so i start playing a stream straight to that particular speaker and added the living room speakers afterwards.
Thanks for the replay! I am not sure I fully get it just yet. Do you mean that you have a specific media player card for each room or you only have one? Also, on the first photo I see your master speaker that is disabled from removing but on the second everything is clickable. I am not sure how did you archive that? Where are the buttons to play in specific rooms?
If you could share some yaml that would be very helpful!
Yes, every room has it’s own card. You cannot remove by clicking the checkbox because that speaker is not the master. The Office speaker is. In that case you should use the "leave’’ button so you degroup the livingroom. The Office speaker continues in that case.
I mean these buttons:
SLAM!, Radio 538 and Radio 2 are scripts. There scripts start a Sonos Radio station to, in this case, the Living Room speakers.
Use somthing this for your Lovelace card:
shortcuts:
buttons:
- data:
entity_id: script.1560158655836
icon: 'mdi:radio'
id: script.turn_on
name: SLAM!
type: service
- data:
entity_id: script.1560178621235
icon: 'mdi:radio'
id: script.turn_on
name: Radio 538
type: service
- data:
entity_id: script.1560178774058
icon: 'mdi:radio'
id: script.turn_on
name: Radio 2
type: service
Indentation is a bit off…
(don’t mind the script names i think newly created scripts now have names since 0.113)
HI all, I recently started using IOS theme and very happy with the way it customises all cards with ease, the exception though is Mini Media Player. I have tried playing around with mini-media-player-base-color but it doesn’t seem to have any effect??
The theme has dark and light modes, in dark made MMP is fine but in light mode everything turns white…
Below is an expample but I have about 4 MMP cards and they all do the same…
entity: media_player.googlehome3329
hide:
controls: true
info: true
power: true
progress: true
icon: 'mdi:google-home'
name: Google Home
tts:
platform: google
type: 'custom:mini-media-player'
You don’t say which theme but some theme makers prematurely deprecated one of the variables many custom cards still use. See the release notes (breaking changes last item) for 0.113.0 for details and add the variable back to your theme. If using google-dark theme, the dev has reverted the change…
I just looked and it seems like the latest version. paper-card-background-color: var(–ha-card-background) is in there which apparently is in the breaking changes, so I will play around with it.
Dark mode works fine BTW, just light mode and only with MMP all other cards are fine.
I’m looking at it now and it states primary-text-color: “#464a47” so I am unsure why MMP is pulling the white text and icon from, possibly from secondary-text-color: “#000000”
I saw that as well… so it’s probably using the default colours now for those? Did you contact the theme dev to see what he thinks about it? He might want to fix the theme?
I’m also looking for a similar solution for my Nintendo Switch, where a different background will show on mini media player when the Switch is connected to the TV. I don’t have a solution, but I have a workaround for your Plex option.
I use the Universal Media Player component and link the mini-media player to that. Put your Plex media player at the top of the children list, and your LG WebOS TV at the bottom of the list, and the component is smart enough to display the Plex player (and its artwork) if it is currently playing. It will default back to the LG WebOS TV when Plex stops playing.
I love the new 10.0 update that just released! Finally the progress bar is now longer bugged on Safari (I always assumed this was a HA bug). I have one question: is it possible to have the text styling of the new ‘material’ artwork for other artwork styles? I like how the text collr adapts based on the background.
Right now I have the text color set to white with artwork as a full-cover. But with white artwork, the text is unreadable. Is there a way to have adaptable text colors for other art work styles as well?
After the latest update my artwork is not refreshing anymore and i have always the artwork of the first track i played…
What changed ?
EDIT: I think it can depends from the spotify lovelace card… i will ask in that thread…
EDIT2: No, it i think, depends from mini-media-player card… I really have no refreshing or changing about artwork and title track!
I try to control a number of radio channels via chortcuts, can’t find what I am doing wrong here.
The channels do switch via the standard pull down menu.
Recent changes have made this card different from every other card in my theme. The volume slider in particular. I managed to get the slider button and active side back to normal by setting this in my theme:
However the inactive part of the slider is still different. I don’t seem to be able to find the theme variable to change this:
Normal slider for comparison:
Edit: answering my own question. it seems to be:
mini-media-player-overlay-color:
it would be really nice it this card’s theme options lined up with home assistant’s. Especially considering the new class option coming for card mod 2.0.