When mini-media-player is grouped in entities card source name and source selector are not on the same line.

Configuration:
- type: entities
show_header_toggle: false
state_color: true
entities:
- light.bulbs_salon
- light.leds_salon
- light.lamp_salon
- input_select.light_scenes_salon
- input_select.salon_harmony
- type: custom:mini-media-player
entity: media_player.bravia
hide:
controls: true
volume: true
power: true
progress: true
info: scroll
group: true
Hello, this was fixed in v1.9.0, see #310, #305
@kalkih Sorry, I didn't write which version I use. Issue is with version 1.9.1.
What HA version are you on?
Some troubleshooting steps:
I'm using HA 0.110.4, the cache has been clreared several times and I have used "private mode" in the browser, the card has been uninstalled and installed again by HACS, the resources definition is correct and resources have been reloaded. Issue still exists.
Resources definition:
lovelace:
mode: yaml
resources:
- url: ...
type: ...
- url: ...
type: ...
- url: ...
type: ...
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
Thanks, I see it now as well, seems to only be the source/sound mode dropdown chevron, will fix.
New release with this fix is now available.