Skip to content

set_preset_mode "none" (Auto) not working #18

@Barry-Ricoh

Description

@Barry-Ricoh

Hello,
I´ve been using this card for my Climate Controll.
I only use "Preset_Modes", no "HVAC_Modes", because it is only for heating.
I use this simple code:

`type: entities
entities:

  • entity: climate.schlafzimmer
    type: custom:climate-mode-entity-row
    icon: mdi:home
    modes:
    • preset_mode: auto
    • preset_mode: comfort
    • preset_mode: away
      icon: mdi:leaf
      color: '#76D275'
    • preset_mode: sleep
      color: '#FFC107'
    • preset_mode: eco
      icon: mdi:snowflake
      color: '#34c6eb'
      state_color: true`

Every time i click on the "Auto" Icon to set the mode to Auto (Scheduler) there comes a error message:

"Fehler beim Aufrufen des Dienstes climate/set_preset_mode. None is not a valid HVACOperationMode"

On other cards (e.g. simple thermostat) this is working perfect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions