artem-sedykh / mini-climate-card

Minimalistic climate card for Home Assistant Lovelace UI
MIT License
281 stars 19 forks source link

Target temperature shows NaN with 0.x step size #97

Closed ThomDietrich closed 2 years ago

ThomDietrich commented 2 years ago
type: custom:mini-climate
entity: climate.room
target_temperature:
  step: 1.0

image

type: custom:mini-climate
entity: climate.room
target_temperature:
  step: 0.5

image

Relates to https://github.com/artem-sedykh/mini-climate-card/pull/50 CC @GuyLewin

regevbr commented 2 years ago

fixed in 2.3.1

ThomDietrich commented 2 years ago

Working as expected. Thanks a lot!!