You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create an automation that changes the climate preset mode to “Quiet”, but my YAML syntax fails (Message malformed: extra keys not allowed @ data['actions'][1][target'['preset_mode'])
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create an automation that changes the climate preset mode to “Quiet”, but my YAML syntax fails (Message malformed: extra keys not allowed @ data['actions'][1][target'['preset_mode'])
Yaml:
service: climate.set_preset_mode
target:
entity_id: climate.xxxxxxxxxxxxxxxxx
preset_mode: quiet
I found the issue —I was overcomplicating things. It turns out I could simply define the parameters through the GUI.
The Yaml:
domain: climate
entity_id: xxxxxxxxxx
type: set_preset_mode
preset_mode: quiet
Thanks
Beta Was this translation helpful? Give feedback.
All reactions