Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value Balloon not showing in 2023.11 #279

Closed
4 tasks done
gnsa14 opened this issue Nov 2, 2023 · 15 comments
Closed
4 tasks done

Value Balloon not showing in 2023.11 #279

gnsa14 opened this issue Nov 2, 2023 · 15 comments

Comments

@gnsa14
Copy link

gnsa14 commented Nov 2, 2023

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:

@jonare77
Copy link

jonare77 commented Nov 2, 2023

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

@3ative
Copy link

3ative commented Nov 3, 2023

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

@Vrobenmat
Copy link
Contributor

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

@jmfargas
Copy link

jmfargas commented Nov 3, 2023

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

@Vrobenmat
Copy link
Contributor

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

@jonare77
Copy link

jonare77 commented Nov 3, 2023

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!

@prilly-dev
Copy link

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

@jmfargas
Copy link

jmfargas commented Nov 4, 2023

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.

@ildar170975
Copy link

you need to create a helper for each entity,

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

@prilly-dev
Copy link

prilly-dev commented Nov 4, 2023

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

@jmfargas
Copy link

jmfargas commented Nov 4, 2023

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

@ildar170975
Copy link

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

@Vrobenmat
Copy link
Contributor

created PR #280 to fix issue

@Jojotjo56
Copy link

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

@Vrobenmat
Copy link
Contributor

The owner needs to approve the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants