Automations doesn't work anymore

With 0.83 all automations are needing the option initial_state: true.
If this is not there, you have the switch them on manually.

- id: '1'
  alias: My automation
  initial_state: true
1 Like