Lovelace: Mini Media Player

one of the supported platforms mentioned in the docs.

This is how the visual editor appears since the last core update.

I choosed “media-player” but it doesn’t work.
What must I choose ?

I assume that it is an Echo related issue. I raised a question on Github.

What integration are those media players?

I have had the Mini Player working up until the most recent HA release. My Players are actually Russound Zones on a CAV 6.6 and the source is a Sonos Connect. All worked well prior. Now I am receiving the following error: Specify an entity from within the media_player domain.

The Russound Zones are in the domain and are listed at medie_player.kitchen and so on. They are still working well with the standard media player card, so I know that they are still valid. Any ideas?

this integration

How to make the card completely transparent?
I tried several methods with card-mod card but unsuccesfully…I can change the font-family, the font-type but not the background transparency.

I think it’s


mini-media-player-background-opacity: 0

Styles

Where to put this? In themes? But if i use the default one, how to use that variable?

I don’t see anything referring to ‘join’ or ‘group’ in that integraton.

Yes, in a themes file. I’m curious: When you use the default theme, why do you want the background transparent?

P.S.: Here’s the Card-Mod code:


card_mod:
  style: |
    ha-card { --ha-card-background: rgba(0, 0, 0, 0); 
              --ha-card-box-shadow: none; }

1 Like

I like the default theme and i want background transparent when using dark mode.

Thanks, it works!

Love this integration!!

Having an issue with this newer build on my Denon 6300h. Power button doesn’t appear to work any more with my receiver. I think I have my code correct.

image

All other controls are working fine but tapping the power button doesn’t turn the receiver on or off (this used to work fine with my older version from late 2019)

any help deeply appreciated.

Do the standard HA controls turn the denon on and off?

I’m not sure what you mean by the Home Assistant controls?

The standard media card as opposed to mini media player.

I can give it a try and see what happens.

Yes, the standard Denon AVR integration controls power, volume & sources.
Unfortrtunately HEOS integration stopped working.

Ahh that must be it then. It’s been a while since I did my first HA build so all this auto discovery is throwing me off.

Moving to the regular Denon AVR integration fixed it. Thanks

1 Like