It would be great to allow lists of states in automation triggers. Similar to:
platform: state
entity_id: media_player.living_room_tv
for: '0:00:10'
from: 'off'
to:
- 'on'
- 'playing'
- 'idle'
Unlike what’s stated in Why not allow a list of states in an automation trigger? this doesn’t work for me.
In fact the UI changes it to:
platform: state
entity_id: media_player.living_room_tv
for: '0:00:10'
from: 'off'
to: 'on,playing,idle'