Yes this whole thread is about that custom card.
Sonos is a media_player
integration. You need to set it up of course. https://www.home-assistant.io/integrations/sonos/ and can be used in this card.
Yes this whole thread is about that custom card.
Sonos is a media_player
integration. You need to set it up of course. https://www.home-assistant.io/integrations/sonos/ and can be used in this card.
Hello everyone. I am using the mini media player with a google nest mini. The issue that i encounter is that the controls are not all visible: previous and next track do not appear on the card. Is this behaviour normal for a nest mini? Thank you in advance for your help.
It will kinda depend on what you are streaming to the device I think. As long as you donāt have the controls hidden in the card config they should be there and work.
@sparkydave, You are absolutely right. sorry for not testng before. i was using the database on my nas and i suppose that the player does not see all the tracks. by using a spotify playlist, the button do appear. thank You for the reply.
Off topic - how are you playing music from a NAS in HA?
Thank you for this great app. It works fine in my HA. Quite fine, I have one only issue.
I use a set of squeezebox (SB) that I want to synchronize. I can synchronize every SB by clicking on their own sync button.
But when I hit the āgroup allā button, i get this error message:
Ćchec d'appel du service (trad: fail to call service) "squeezebox/sync". value should be a string for dictionary value @ data['other_player']
The āungroup allā button works fine.
What could be the problem ?
hi guys. i use mini-media-player but iām unable to change icon of the device.
Does anyone has same problem?
I am using a mount commande for a smb share that runs at startup.
Can you share your configuration for this card? Because Iām trying to set up a speaker group for squeezebox myself and I can not even get a single box of them to sync.
I have several Squeezebox Speakers and tried to use the speaker group functionality, which is not working for me. I have used the example configuration.
The error I receive is: Failed to call service squeezebox/sync. required key not provided @ data[āother_playerā]
I can group my speakers when issuing a service call through the Home Assistant GUI.
Here it is:
type: entities
entities:
- type: 'custom:mini-media-player'
entity: media_player.squeezebox_madame_ma_femme
group: true
source: icon
info: short
hide:
volume: false
power: false
- type: 'custom:mini-media-player'
entity: media_player.moode
group: true
hide:
controls: false
power: false
- type: 'custom:mini-media-player'
entity: media_player.squeezelite_ordimajik
group: true
hide:
controls: false
power: false
- type: 'custom:mini-media-player'
entity: media_player.squeezelite_x_kender
group: true
hide:
controls: false
power: false
But that is not for the speaker group, right?
Sorry, youāre right:
type: 'custom:mini-media-player'
entity: media_player.squeezebox_madame_ma_femme
hide:
power: true
icon: true
source: true
speaker_group:
platform: squeezebox
show_group_count: true
entities:
- entity_id: media_player.squeezebox_madame_ma_femme
name: sbox madame ma femme
- entity_id: media_player.moode
name: sbox moode
- entity_id: media_player.squeezelite_ordimajik
name: sbox ordimajik
- entity_id: media_player.squeezelite_x_kender
name: sbox kender
Thank you! Thatās really weird. Your configuration is the same as mine, but yours is working and mine isnāt. I can now also connect another box if I use the switch for a single box.
But I also have the same problem that the Ungroup button isnāt working for me either.
What version of home assistant are you using? Grouping for squeezebox hasnāt always been there.
Also, try clearing the browser cache (ctrl-f5)
EDIT here is mine, not sure it is any different really:
group: true
hide:
icon: true
info: false
info: short
speaker_group:
entities:
- entity_id: media_player.laundry
name: Study
- entity_id: media_player.radio
name: Radio
- entity_id: media_player.bedroom
name: Bedroom
- entity_id: media_player.outside
name: Outside
platform: squeezebox
show_group_count: true
type: 'custom:mini-media-player'
Iām using the latest Home Assistant version. Cache was cleared but that didnāt help.
I think your problem is surrounding the mini-media-player with an entities card. Follow my code, or @quart-tempsā
Hi @nickrout
Would you have any idea about my problem ?
When I hit the āgroup allā button, i get this error message:
Ćchec d'appel du service (trad: fail to call service) "squeezebox/sync". value should be a string for dictionary value @ data['other_player']
There is a bug with the squeezebox implementation. Workaround: tick the boxes one at a time.
Ok ! Thank you for your answer !