Skip to content

v1.2.2

Compare
Choose a tag to compare
@artem-sedykh artem-sedykh released this 10 Jun 10:51
03b5796

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