Beautiful!! The panel card is exactly something I’ve been looking for and wish it was implemented as a redesigned more-info popup. Fs trying these out soon.
If enough show interest I’ll definitely look into getting it on hacs.
With regard to pop up, that’s something I also wanted, but all other implementations I’ve tried have been a bit buggy. So I opted to use the reliable way, which is having a dashboard named media-player with a tab for each player (in panel mode so you get a back button). The panel card background is a gradient starting at header background and ending in app background, so the header becomes seamless.
I can definitely make that background optional though, and then you could use the card in a bubble card pop up if you would like.
The top card looks great i’ll definitely try that soon!
Just wondering though I’m assuming the speaker group feature won’t work with Chromecast / Google Nest Hub speakers cuz of how those speakers work in home assistant apparently you can’t group them and have to do that through the Google Home app only.
I’ve published a build with the latest addition to the panel (or massive) card.
With regards to your google speakers. If you cannot group them using homeassistant, what i would do would be to figure out how you can best deeplink into whatever app you can group them with.
Then use a custom_button like this to get there from the card:
Yea it doesn’t seem like its possible to group Google speakers in Home Assistant. You have to make the speaker group in the Google Home app then it will appear as one speaker in Home Assistant, I have that setup already.
Maybe you can add a speaker_groups: off feature so it doesn’t show that? Otherwise Ill just ignore that and try the cards normally just for the beautiful design of them and controlling single speakers lol.
I’m talking about the grey +buttons under “Add Speakers to group”
in my card I’m not getting the players under “Grouped Speakers” its empty(getting only the title).
I have few “LinkPlay Devices” the join and the unjoin command working. LinkPlay - Home Assistant
I see. The issue is that the group members are not media player entity ids.
I don’t think any card is is going to be able to know which players are paired sadly.
If you know of another card that works with your setup, I’m curious to know how they do it.