Import configuration.yaml to be editable via UI

Hi,

I started off with HA by writing all my configuration, frontend as well automations/entities/etc, in yaml, storing them in a Git repo and mounting them to the Docker volume during startup. That works great but I did miss being able to edit the UI through the browser. So I removed my ui-lovelace.yaml and recreated the UI using the HA UI. Now I want to do the same for the rest of the configuration.

I wonder if there is a more convenient way to “import” my automations, scripts, etc than setting them up again by hand. I can see that automations for instance are loaded from both, my configuration.yaml as well as .storage/core.entity_registry (for automations created via UI). Is there a way to import my configuration.yaml in a way that lets me manage everything through the UI?

Also, I couldn’t find a way to see, let alone create, rest commands, alerts, notifies, secrets, binary sensors through the UI at all. Do those always have to be managed using config files?

I’m running ghcr.io/home-assistant/raspberrypi3-homeassistant:stable (2021.11.5)

1 Like

Yes. They have not been migrated to the UI yet.

1 Like