Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.46k stars 41 forks source link

icon doesn't override entity picture on button card used for media volume control #375

Closed FrankJaco closed 3 months ago

FrankJaco commented 5 months ago

Since upgrade to v1.6.4 my volume controls show a small image of the media instead of the icon that I established. I am aware the feature to show the entity-picture was added in this version, but I have an icon defined which should override the image according to the documentation.

Here is what I see:

image

What I expect to see in the button card is below. As I use the "Sofa" icon to identify the Living Room volume control, it is important to me to show the icon, not the image of the album art.

image

Below you can see the gui setting for the bubble slider:

image

Here is the yaml:

card:
  type: custom:bubble-card
  card_type: button
  entity: media_player.living_room_speakers
  button_type: slider
  name: ' '
  icon: mdi:sofa-outline
  show_state: false

The ability to show the entity-picture is a nice feature! Just not in this use-case.

fj

Clooos commented 5 months ago

Hi and thanks for your feedback! Indeed this is forced for now, I will add a toggle to change that behavior.

Clooos commented 3 months ago

Hi, I've added this possibility in the v2 beta!

Here is the link to the full changelog: https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.1