Yes, that no longer works with the new version. Please use sections instead. See documentation for details: GitHub - johanfrick/custom-sonos-card: Home Assistant custom lovelace sonos card
Hello again. I flagged the issue with the visual editor not working for me. I see you pushed an update but now I see it appears to be an app issue with the iOS app. When you pushed the update, on my iPad I can now see the visual editor āboxā but there is nothing in it. On the iPhone I still get nothing ie it says Iām in visual editor mode but all I can see is the Sonos card itself.
However I just tried it on my laptop and the visual editor shows up perfectly and seems to work except the dynamic volume slider button doesnāt override my current 0-100 setting.
Overall functionality of the card is still fantastic so Iām just flagging the iOS issue for completeness. Not really affecting my usage. Thanks for great feature!
Thanks for reporting! Please reopen on GitHub or open a new issue there
And now that Iāve messed around with the visual editor on the laptop itās fully rendering the visual editor on my iPad and iPhone! The best kind of fixā¦spontaneous!
Yeah, itās always been tricky with home assistant frontend cache
Thanks for the awesome work, really like the card. I wonder how I can modify the icons for the individual speakers, as shown on Github, where the soundbar is actually a soundbar - and so on?
Love this card, thanks for all your hard work! A few things I canāt figure out if this does.
-
To see my que, add or delete songs from my que, do I just need to go to my sonos app for that?
-
Is there a shuffle play option or would I need to put that in the yaml?
Thanks again!
If you edit the entity icon, it should show up on the card with that icon
I donāt know of any way to access the Sonos queue. It doesnāt seem like their API supports that.
Add or delete songs could be possible, but not sure how to build a nice UI for that.
Shuffle play? There is a shuffle button on the card. Isnāt that enough?
Hi all,
Thanks for this amazing card. Iāve been looking around in this post but couldnāt find it (yet). Is it possible to do 2 things:
- I just want to show all favorite radio stations that I added to my sonos. I donāt want the user to be able to go āup a levelā and browse any other content for example albums or even a higher level and go all the way to āmy mediaā. Iāve filtered most of it out by using
mediabrowsertilestoignore:
- my media
- radio browser etc...
but I want the media-browser button gone in total.
- is it possible to make it so it looks some what like this?
thanks in advance!
Hello.
would the yaml-Code for the cards shared from benm7? Canāt find some lines in the thread.
Thanks and best regards.
I totally back this up. In an ideal world, I would like to be able to control the width / height as well, as i need a 6:4 ration on the player rather than 1:1.
Hoping for this to come.
/Michael
Sure, itās already reported here: Allow bigger card width Ā· Issue #151 Ā· johanfrick/custom-sonos-card Ā· GitHub
Hey, I really like this card!
Just one thing Iām struggling with, how can i use the volume slider to make each speaker proportionally louder and quieter instead of setting them all to the same volume?
Thanks for your help!
Not with the slider, but you can show buttons for it. Use this setting: showVolumeUpAndDownButtons: true
(or configure it in the graphical editor).
First time using this, added to my evolving HA setup. Walk in the house, panel on the wall, turn off the alarm, play my favourite music.
Just bought a few coffees. Hope everyone does this.
Have one question. On my phone (narrowest of the devices, on the wall tablet itās not an issue), the card cuts off about 2/3 of the volume button on the bottom. Picture attached:
![Screenshot_20230807_132953_Home Assistant|225x500](upload://gkhzVM7jX1rMfDT5ctTjFostb24.jpeg)
type: custom:sonos-card
sections:
- player
- volumes
- groups
- grouping
- media browser
showVolumeUpAndDownButtons: true
predefinedGroups:
- name: Downstairs
entities:
- media_player.sonos_kitchen
- media_player.sonos_living_room_left
- media_player.sonos_office
- media_player.sonos_living_room_tv
- name: Terrace Lower
entities:
- media_player.sonos_terrace_left
- media_player.sonos_terrace_right
dynamicVolumeSlider: true
heightPercentage: auto
Thanks for the kind words and the donation to support further development!
I think you failed in uploading your screenshot?
heightPercentage: auto
heightPercentage should be a number. auto
is not supported, and can cause unexpected behaviour. Default is 100.