kalkih / mini-media-player

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

Current Source Not Showing Properly #755

Open Jizzay1 opened 1 year ago

Jizzay1 commented 1 year ago

I have an issue showing the currently selected source.

With this configuration the current source isn’t showing, only the arrow

image

With the “volume: true” removed like this i can see the current source and arrow, but i want to hide the volume controls:

image

Thoughts?

BOSSoNe0013 commented 2 months ago

Same here. I solved this by using card_mod :

                card_mod:
                  style: |
                    mmp-media-controls {
                      display: none;
                    }