nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temp down button dont work with decimals: false

TRusselo opened this issue · comments

Describe the bug
Thermostat is setup with compact config

type: custom:simple-thermostat
entity: climate.thermostat
header: false
decimals: false
layout:
  step: row
control: false

image

clicking the - (minus) button does not lower temp

  • works.

using thermostat with default layout config, both - & + work.

worked it down to

decimals: false
causing issue