thomasloven / lovelace-more-info-card

🔹 Display the more-info dialog of any entity as a lovelace card
MIT License
154 stars 15 forks source link

Color change button doesn't work in new more-info look introduced by HomeAssistant 2023.3.x #23

Open pejotigrek opened 1 year ago

pejotigrek commented 1 year ago

after the more-info page look was changed in 2023.3.x HomeAssistant version, only power on/off, effect selector and brightness slider works. pressing the palette-button [color change option the icon in the middle] does nothing.

image

I tried clearing the cache, multiple restarts, multiple devices, nothing happened. the issue is active both on desktop [via Chrome browser, Windows and Chromebook devices] and mobile [Android via Chrome browser and via HA Companion App].

adabelleleiram commented 1 year ago

Same here

trytocry commented 1 year ago

same

bkbartk commented 1 year ago

I had this issue for a couple of cards, in HA v 2023.4 I was able to replace them all by "Tile" cards

DeFlanko commented 1 year ago

What ended up working for me was:

type: custom:slider-button-card
entity: light.office_bars
slider:
  direction: left-right
  background: gradient
  use_state_color: true
  use_percentage_bg_opacity: false
  show_track: false
  toggle_on_click: false
  force_square: false
show_name: true
show_state: true
compact: true
icon:
  show: true
  use_state_color: true
  tap_action:
    action: more-info
  icon: ''
action_button:
  mode: toggle
  icon: mdi:power
  show: true
  show_spinner: true
  tap_action:
    action: toggle
name: Office bars

image

image

madmicio commented 1 year ago

any solution?

pejotigrek commented 1 year ago

any solution?

nope :( issue still active. and the method proposed by @DeFlanko looks like it is just opening the regular more-info window - which kills the purpose of more-info-card unfortunately so it doesn't fit in my description of solution as I want to inject the more-info-card along with others :(

adabelleleiram commented 11 months ago

Just tried this again (HA version 2023.11.1) and don't have the issue anymore