github artem-sedykh/mini-climate-card v1.2.2

latest releases: v2.7.2, v2.7.1, v2.7.0...
3 years ago

v1.2.2

Downloads

ADDED

  • Ability to set a fixed number of decimal places for temperature
- type: custom:mini-climate
  entity: climate.dahatsu
  name: Кондиционер
  temperature:
    fixed: 1

rounding can be used

- type: custom:mini-climate
  entity: climate.dahatsu
  name: Кондиционер
  temperature:
    round: 1

difference between round and fixed

21.123 round: 1 => 21.1
21.123 round: 2 => 21.12
21 round: 1 => 21

21.123 fixed: 1 => 21.1
21 fixed: 1 => 21.0
21 fixed: 2 => 21.00

Don't miss a new mini-climate-card release

NewReleases is sending notifications on new releases.