How to use a slider with a number entity

Hello!

Pretty sure this is simple but all i can find is for input_number entities.
How can a use a slider to set the values of a number sensor?
Or if now, how can I use it as a binary switch from min to max value?

Thanks!!!

If this is about an “input_number” entity - then I would say that it must be defined with “mode: slider”. But this is a “number” entity probably provided by some integration which probably does not allow to change a mode.
Then try a custom:slider-entity-row card.

Oh! I see!
It’s a HACS add on for slider-entity-row
Thanks, that worked :green_heart: !