-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels