fineemb / lovelace-thermostat-card

Thermostat Lovelace card
Other
112 stars 28 forks source link

Non uniform step used #39

Open kylewilliams321 opened 1 year ago

kylewilliams321 commented 1 year ago

Ive set the step configuration to 0.5, however, when I go to change temperature setting it goes from 74.9 to 74.4 to 73.9 etc.

To me the expectation here would be 75 to 74.5 to 74 etc. I think the current temp to the 1 decimal place is coming through and then its stepping 0.5 from there. I say this because even if I change step to 1.0 I still get a similar experience.

Can this be fixed? Perhaps there’s a way to set temp to full numbers or .5 numbers. Thoughts?