Sillvva
(Matt Dekok)
February 11, 2022, 2:14am
1
On one of my automations, I created a trigger condition with a list of IDs. However, when I load the automation page, it shows the visual editor UI with an empty ID field rather than the YAML.
According to the docs, this is supposedly possible: Conditions - Home Assistant (home-assistant.io)
What I entered:
condition: trigger
id:
- trigger_1
- trigger_2
- trigger_3
What I see when I load the automation page:
I feel like it should give one of these and display the YAML:
tom_l
February 11, 2022, 3:13am
2
This is by design. Lists of triggers are not supported in the UI editor. You have to use the YAML view.
The UI editor use to mangle lists (everywhere, not just in triggers). This was the solution. https://github.com/home-assistant/frontend/issues/6664
Sillvva
(Matt Dekok)
February 11, 2022, 3:14am
3
I know it’s not supported. That’s why I am wondering why it shows the visual editor and not the YAML when I load the automation.