junkfix / numberbox-card

Replace input_number sliders with plus and minus buttons
109 stars 9 forks source link

display value math template #103

Closed htmltiger closed 10 months ago

htmltiger commented 10 months ago

setting unit: "(value*10)" will make the state value of 0.1 to 1

unit: "((value*10)+' c')" will display 0.1 as 1 c