Query about yaml config vs default_config:

Hello all,

Apologies if this is documented clearly - I can’t find it. Similar to the discussion here.

Have a query around how and when to use yaml in the configuration.yaml file vs making changes to the core.config.entries, for built in entities added via the gui.

As an example, created a climate helper then added a thermostat card. Out of the box it has most bits I need but say I want to change the min_temp, should I delete the card added in the gui and add via configuration.yaml as per docs or is it possible to add only the additional bit of config in yaml and it merges with core.config?

Thanks

All entities built in the UI are stored in .storage files.

Yaml and UI are mutually exclusive.

Thanks for confirming.