Automation condition wrong behaviour when multiple entries in state

This:

to: cloudy,snowy,rainy

is the same as

to: 
  - cloudy
  - snowy
  - rainy

However the GUI editor malforms either of these list formats to:

to: 'cloudy,snowy,rainy'

Which is definitely not a list and not correct.

If you want to use lists you need to use YAML, not the GUI editor.

It looks like this will happen automatically (drop back to YAML editing) in future:

1 Like