-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
when setting the max option in the card config, the card allows the value to be set higher then max value.
Expected Behavior
when sliding up i expect the value to stop at what was set under the max setting.
in my case TV volume can not be set above 20.
Steps To Reproduce
add the following card code
type: custom:my-slider-v2
entity: media_player.living_room_tv_2
vertical: true
styles:
card:
- height: 182px
- width: 110px
min: 1
max: 20
showMin: true
disableScroll: true
layout_options:
grid_columns: 1
grid_rows: 3
slide volume and observe setting change on the device
Environment
- OS: HAOS 12.1
- Node:
- Version: current
- Hassio: 2024.9.3Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working