After updating to 2026.2.0 all my previous automations are vanished. Now I am creating new automations. There is no error in the code. Yet I receive an error message: New automation setup timed out.
I am new to HA. Started six months ago. It worked out nicely so far until the 2026.2.0 update.
Hi, welcome to the forum!
Have you refreshed your browser or cleared the cache?
You could just pull in your backup…
This happened to me a couple days ago but it was unrelated to the 2026.2.0 update.
I was writing an automation and trying to call TTS (tts.google_translate_say) on multiple devices as well as send actionable mobile alerts simultaneously in a single action. Every time I tried to save, it would send the timeout message which I’d eventually have to cancel. The automation would show up in the automations.yaml, but I couldn’t edit via the UI (although I did write it in yaml mode of the UI).
I had to use parallel sequences for each TTS speaker and reference each device individually so HA didn’t attempt to initialize multiple TTS targets at once (although eventually it was refactored into a script that’s called).
I don’t know if that is what you’re doing, but once I rewrote actions: as parallel sequences, it saved fine. No timeout. First and only time I’ve dealt with those timeouts.