nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️
MIT License
729 stars 109 forks source link

away_indefinitely being displayed #419

Open talormanda opened 2 months ago

talormanda commented 2 months ago

Describe the bug Control --> Preset ; has a mode constantly showing called away_indefinitely and no way to make it go away

type: custom:simple-thermostat
entity: climate.air_conditioner
layout:
  step: row
  mode:
    names: true
    icons: true
    headings: false
step_size: 1
header: true
control:
  preset:
    Home: true
    Away: true
    Sleep: true
  hvac:
    'off': true
    heat: false
    cool: true
    auto: true
    _name: Mode
  fan:
    auto:
      name: 'Fan: auto'
      icon: mdi:fan-auto
    'on':
      name: 'Fan: on'
      icon: mdi:fan

Screenshots image

majorsl commented 2 months ago

Same for me. I think that is because of the breaking change in the latest release (Ecobee): https://www.home-assistant.io/blog/2024/04/03/release-20244/