Dump live configuration to yaml file

Hello everyone!
From what I understand, it is possible to configure HA either via the UI or via the config file.
This is very nice and useful, but I wonder: is it possible to dump/view/show the current live configurations made with the integrations + the “configuration.yaml” and maybe put the everything on unique yaml file?

what you think about it?

1 Like

For f.e. automations this is already working:


So you can switch from editor to yaml and reverse :wink:

Thanks for the reply!
Yes I know that functionality, I often start an automation with the UI and then finish it with the text editor. Same goes for lovelace dashboards/views, but what if I want to edit for example Person? Or what if I want to edit/look at devices found by MQTT Discovery or Shelly Integration?
do you know if exist something? or where I can see… maybe a database?

The “db” configuration of HA is stored in the .storage subdirectory of your config folder.

Specifically, the core.config_entries file contains the integrations configuration.
Is that what you’re looking for?

1 Like

Great, this is exactly what I was looking for!
Thanks!