Strange error with Automations in 115

After installing HA 115 I got on start the error “automation could not be setup please check the config”. But they are there and they are running without problems.

Anybody else having this? Do I need to change something?

That means that you have an error in one of your automations. Had the same thing. Inside the automation dashboard you can see which automation it is. It is not editable via dashboard anymore.

Check the log for errors

Ok found it now if someone is interested, the config check did not show any errors. But with testing i found the problem in

- platform: time_pattern
    seconds: /60

after changing it to

- platform: time_pattern
    minutes: /1

it was ok again