Possible Automation UI Bug?

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:

image

I feel like it should give one of these and display the YAML:

image

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

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.