nervetattoo / simple-thermostat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combined Mode Buttons When Only a Subset are Accepted by the Thermostat

scolby33 opened this issue · comments

Is your feature request related to a problem? Please describe.
My thermostat has the standard off/heat/cool/auto and schedule/hold modes, but really only a subset of these combinations are valid:

  • hold + off
  • hold + heat
  • hold + cool
  • hold + auto
  • schedule + don't care (the thermostat ignores the setting and uses whatever the programmed schedule is)

For the hold + anything else cases, the order of making the calls matters, as the thermostat will ignore the activation of the off/heat/cool/auto mode if it is still in schedule mode.

Describe the solution you'd like
Is it possible to configure the simple thermostat card to show one set of buttons: off, heat, cool, auto, schedule, where the off button sets hold + off, the heat button sets hold + heat, etc. and the schedule button sets schedule mode?