Mini-media-player: Source name and source selector are not on the same line

Created on 3 Jun 2020  路  6Comments  路  Source: kalkih/mini-media-player

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

image

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
bug

All 6 comments

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:

  • Press the three dot menu in the HA header bar at the top and press reload resources.
  • Clear cache
  • Make sure the resource reference to the card is correct.
  • Reinstall the card if installed through HACS

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.

Was this page helpful?
0 / 5 - 0 ratings