thomasloven/lovelace-slider-entity-row

Value Balloon not showing in 2023.11

gnsa14 opened this issue · 15 comments

gnsa14 commented

My Home Assistant version: Core-2023.11.0, Supervisor-2023.10.1, OS-11.1, Frontend-20231030.1

My lovelace configuration method (GUI or yaml): Yaml

What I am doing: full width slider in tile

What I expected to happen: when sliding the bubble above slider position shows value

What happened instead: bubble not showing, hence I don't know what value is at new slider position. Was showing in previous HASS build

Minimal steps to reproduce: -

Example of a normal slider bubble, which still works in 2023.11
bubble

# The least ammount of code possible to reproduce my error

- type: entities
  entities:
    - type: custom:slider-entity-row
      entity: input_number.manual_grid_sp
      full_row: true
      hide_state: true
    - entity: input_select.grid_sp_control

# End of code

Error messages from the browser console:


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

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the plugin.
  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Bubble seems frozen in my HA. When trying to slide it seems stuck. Also happend after 11 release.

3ative commented

It's not just this card.
Several other "Sliders" are missing the "Bubble" too - WLED, Mini Media Player(HACS), etc. Must be due to HA CORE changes

Can confirm, playing whack-a-mole to set my heating temperature right :-)

I have the same problem, the bubble doesn't show and the sliding bar is much thicker. Same configuration:
full_row: true
hide_state: true

I think this might be due to a change in the underlying material design slider component - the way the class is extended here seems....slightly out of date. I might have an idea for a fix

I think this might be due to a change in the underlying material design slider component - the way the class is extended here seems....slightly out of date. I might have an idea for a fix

Please keep us informed!

I have the same issue, but to note input number has naturaly a slider that the ballon works like intended

In relation to the input number integration, you need to create a helper for each entity, thus, if you have many entities, it isn't really an option, unfortunately.

you need to create a helper for each entity,

... which is a standard way of using sliders.

I dont know what you guys are talking about. I said the input numbers are working like intended with the baloon, its relevant information to pinpoint that the issue is with the slider entity row script.

I did not say you should use that as alternative

Sorry, I thought you ment to change to the input number.

Btw, there were some changes in a core slider recently.

created PR #280 to fix issue

Nice that there is a fix, but how to implement this fix?

The owner needs to approve the PR