lovelace-slider-entity-row: Value Balloon not showing in 2023.11

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.

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 15 (4 by maintainers)

Most upvoted comments

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