kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

Number in card name when media player group is used as Entity #768

Closed Dillton closed 4 months ago

Dillton commented 1 year ago

Hello.

I am using group of 3 speakers for whole apartment and in the name of card there is a name with +2, see screen below. I think this is realated to number of devices in group but I am curious if I can get rid of this +2 somehow. Also this +2 is not affected when changing the name cards name. I have tried native media control and mushroom media card where only name is shown so I believe this is problem here in mini media player. Anyone encountered similar behaviour?

image

Traxtar928 commented 9 months ago

I also want to know this

MrHashimoto commented 6 months ago

yes, same here...

killerwahn commented 6 months ago

Same here, solution highly appreciated

Dillton commented 4 months ago

Found the solution accidentaly when refactoring my dashboard. Basically even if you don't use speaker_group functionality within mini media player this is happening. All you have to do is add the following 2 lines of code in your mini media player config: image

killerwahn commented 4 months ago

Thanks a lot, works like a charm!