AnthonMS / my-cards

Bundle of my custom Lovelace cards for Home Assistant. Includes: my-slider, my-slider-v2, my-button
Other
104 stars 27 forks source link

[Feature]: Add step property to slider V2 #46

Closed mutzl closed 1 year ago

mutzl commented 1 year ago

Is your feature request related to a problem?

There is no step property in V2

Describe the solution you'd like

like available in V1.

Describe alternatives you've considered

No response

Additional context

No response

alexandrechoske commented 1 year ago

Waiting for this implementation!

AnthonMS commented 1 year ago

There is a step in Slider v2 It's just very faulty at the moment. Look at Issue #27

AnthonMS commented 1 year ago

Closing because duplicate #27

panhans commented 11 months ago

I just wonder how to set step size. I have an _inputnumber with step size 0.5 but the slider card v2 only support full steps. Values like e.g. 1.5 are not possible.