thomasloven / lovelace-slider-entity-row

🔹 Add sliders to entity cards
MIT License
800 stars 131 forks source link

"off" word disappeared from light slider after latest HACS or HA update #272

Closed BaltasarParreira closed 8 months ago

BaltasarParreira commented 1 year ago

My Home Assistant version: Home Assistant 2023.4.3 Supervisor 2023.04.0 Operating System 9.5 Frontend 20230411.0 - latest

My lovelace configuration method (GUI or yaml):

Home Assistant Community Store

Integration version: | 1.32.1 -- | -- Frontend version: | 20220906112053 Repositories: | 1270 Downloaded repositories: | 10

image

What I am doing:

What I expected to happen: Slider with OFF in the end when brightness is 0

What happened instead: The "off" word disappeared when brightness is 0

image

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error
type: horizontal-stack
cards:
  - type: vertical-stack
    cards:
      - type: entities
        entities:
          - type: custom:slider-entity-row
            entity: light.canal2
            step: 1
            icon: mdi:ceiling-light-multiple
            hide_state: false
          - type: custom:slider-entity-row
            entity: light.canal1
            step: 1
            icon: mdi:ceiling-light-multiple
            hide_state: false
        show_header_toggle: false

# End of code

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

titiviking commented 1 year ago

I'm experiencing the same issue since 2023.4.3

tzagim commented 1 year ago

+1

TeddyLafrite commented 1 year ago

Hi Same here for covers for "open" or "close"

BaltasarParreira commented 1 year ago

Hi, so no news or any kind of solution regarding this problem? Thanks.

Rendeik commented 1 year ago

Hi Same here for covers for "open" or "close"

Me too!! Home Assistant 2023.4.6 Supervisor 2023.04.1 Operating System 10.1 Frontend 20230411.1 - latest

McGiverGim commented 1 year ago

Not only is the on/off, or open/close. The numeric position in the cover disappears but not always. It seems it disappears when open or close but not when in a itermediate position. image

TeddyLafrite commented 8 months ago

Dear @thomasloven Thanks for update Problem isn't solved with