Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source name and source selector are not on the same line #325

Closed
bieniu opened this issue Jun 3, 2020 · 6 comments · Fixed by #332
Closed

Source name and source selector are not on the same line #325

bieniu opened this issue Jun 3, 2020 · 6 comments · Fixed by #332
Labels
bug Something isn't working

Comments

@bieniu
Copy link
Contributor

bieniu commented Jun 3, 2020

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
@kalkih kalkih added the duplicate This issue or pull request already exists label Jun 3, 2020
@kalkih
Copy link
Owner

kalkih commented Jun 3, 2020

Hello, this was fixed in v1.9.0, see #310, #305

@kalkih kalkih closed this as completed Jun 3, 2020
@bieniu
Copy link
Contributor Author

bieniu commented Jun 3, 2020

@kalkih Sorry, I didn't write which version I use. Issue is with version 1.9.1.

@kalkih
Copy link
Owner

kalkih commented Jun 3, 2020

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

@bieniu
Copy link
Contributor Author

bieniu commented Jun 3, 2020

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

@kalkih kalkih reopened this Jun 7, 2020
@kalkih
Copy link
Owner

kalkih commented Jun 7, 2020

Thanks, I see it now as well, seems to only be the source/sound mode dropdown chevron, will fix.

@kalkih kalkih added bug Something isn't working and removed duplicate This issue or pull request already exists labels Jun 7, 2020
@kalkih kalkih linked a pull request Jun 10, 2020 that will close this issue
@kalkih kalkih closed this as completed Jun 10, 2020
@kalkih
Copy link
Owner

kalkih commented Aug 3, 2020

New release with this fix is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants