nervetattoo / simple-thermostat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Still able to change temperature when status is "N/A"

migueldc73 opened this issue · comments

Most of my climate entities keep the temperature set point online even when the climate is off, but my pool heatpump does not.

This custom card does a good job in showing "N/A" as a fallback when the heatpump is off, but it's unfortunately still possible to change the setpoint :

Heatpump Simple Thermostat bug 1

But what makes it worse is that when someone by mistake does hit the setpoint up button, it changes the the setpoint to 0.5 degrees, which of course a value nobody wants.

Heatpump Simple Thermostat bug 2

How can we disable the setpoint selection when it's N/A like in for example the mushroom thermostat card ?