Is it possible to exclude e.g. map:
from default config?
Break it out into its separate components and don’t include map:
Had it like this before and after I upgraded to the new iOS app I had to add a component which was is the default config.
Thought it would be nice to have the default config, so that new components that might join the default config are included automatically.
I agree, something like this would be great
default_config:
exclude:
- map
- cloud
- ...
The official answer, from Paulus himself, is NO. Here is what he said, closing a PR for this.
This is not a feature we want to consider. Default config is the default config and we don’t want the extra complexity.
If you want such functionality, you can create a custom component that reads the default config manifest and sets up what you want.
from Add exclude option to default_config by daneget · Pull Request #62139 · home-assistant/core · GitHub