jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
336 stars 37 forks source link

Impossible to key in decimal number #92

Closed Merangle closed 1 year ago

Merangle commented 1 year ago

Version of the custom_component

Configuration


Add your logs here.

Describe the bug

When I try to input the coefficient for outside temperature like 0.03, first I put 0 and as soon as I add the comma (or the dot) it disparears and I have the second 0 and if I try to add the 3 I finally have the number 3 in the field.

It's the same for the increase threshold for window sensor option and I assume it's the same for all numerci values with decimal. As if the decimal number wer not recognized. . I can input integer number in those fields.

Debug log


Add your logs here.
jmcollin78 commented 1 year ago

Hello @Merangle , this is not a VTherm bug but a UI bug. The workaround is to copy/paste a complete value if I remember well.

Merangle commented 1 year ago

Your workaround is correct. Thanks