artem-sedykh / mini-climate-card

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

two digits in the second decimal place #71

Closed SiderisT closed 2 years ago

SiderisT commented 2 years ago

can we have two digits in the second decimal place ?

sample - > 21.51 or 21,22

regevbr commented 2 years ago

You can control that using the round configuration, please look it up in the docs. example:

...
indicators:
  temperature:
    round: 2
    ...