You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Home Assistant version: 2023.3.1
Frontend 20230302.0 - latest
slider-entity-row: 17.3.0
My lovelace configuration method (GUI or yaml): both
What I am doing:
I created integration from https://www.home-assistant.io/integrations/climate.mqtt/ and configured min and max_temp and step (in my case 7.5, 25 and 0.5).
Then I added custom:slider-entity-row using that climate entity.
What I expected to happen:
Slider swings between min and max value with configured step. On mouse-button-release, new value is submitted to entity.
What happened instead:
Slider always jumps to max value +1 (26 in my case). Moving slider only shows integer value changes. After mouse-button-release, slider jumps back to max value. The max value (25) is submitted to the entity regardless from position of release.
If I remove min/max_temp from the config, I can use the slider with the default range at integer steps.
For comparison I created input-number with the same range and step. Here everything works as expected.
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.
The text was updated successfully, but these errors were encountered:
Hello Thomas, I just checked. My max_temp changed from 25.0 to 28.5 since I created the bug description. But I can still reproduce if I remove the workaround from my custom:slider-entity-row definition. FYI, the attributes window, keylock and topic are just added by json_attributes_template and do not interact with this bug. I'm still using version 17.3.0, and HA core 2023.3.6.
My Home Assistant version: 2023.3.1
Frontend 20230302.0 - latest
slider-entity-row: 17.3.0
My lovelace configuration method (GUI or yaml): both
What I am doing:
I created integration from https://www.home-assistant.io/integrations/climate.mqtt/ and configured min and max_temp and step (in my case 7.5, 25 and 0.5).
Then I added custom:slider-entity-row using that climate entity.
What I expected to happen:
Slider swings between min and max value with configured step. On mouse-button-release, new value is submitted to entity.
What happened instead:
Slider always jumps to max value +1 (26 in my case). Moving slider only shows integer value changes. After mouse-button-release, slider jumps back to max value. The max value (25) is submitted to the entity regardless from position of release.
If I remove min/max_temp from the config, I can use the slider with the default range at integer steps.
For comparison I created input-number with the same range and step. Here everything works as expected.
Minimal steps to reproduce:
Workaround:
Adding same values to custom:slider-entity-row:
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: