Does anyone know what the problem might be? I can no longer migrate my automations in the UI; everything remains grayed out. This started after I updated to Home Assistant Core 2025.12.0. Home Assistant Core 2025.12.1 and 2025.12.2 also have the same problem. If I go back to Home Assistant Core 2025.11.3, I can migrate again in the UI.
My configuration.yaml
I would guess this is because the UI puts all the automations in a single file, so using !include_dir_merge_list breaks this. The fix is to do something like below where you give a name to your automations folder and put all the UI automations in a single automations.yaml file:
I tried what you said, but unfortunately, it doesn’t work. When I try to migrate a file, everything is grayed out, and I can’t even edit the automation.