#Enter text for slider value

1 messages · Page 1 of 1 (latest)

fallen vector
#

I have a device that provides input/output through a slider that ranges from -32 to 32. I frequently need to manually set this to a specific number. Is there a way to display this as a text input that I can modify in addition to the slider?

viscid oar
#

You are referring to a number entity?

fallen vector
#

I believe so.

viscid oar
#

I think you can use customize: to change it to mode: box may be one option

#

or I would maybe just make a button on my dashboard that calls the number.set_value service with the desired value

fallen vector
#

Where would I put this customize?