Introduction
I used the default config integration when i just started with Home Assistant.
Now i don’t use it anymore because it turns on some integrations i don’t use.
Problem
If a new integration comes after an update that is enabled by default config, that integration is not automatically enabled for me since I don’t use default config.
Solution
Add the option to exclude and include integrations!
for example:
# Example configuration.yaml entry
# Exclude the Home Assistant Cloud and Logbook integration
default_config:
exclude:
- cloud
- logbook
or
# Example configuration.yaml entry
# Include the Frontend, Automation, Configuration, Recorder, Scene and Script integration
default_config:
include:
- frontend
- automation
- config
- recorder
- scene
- script
This is basically the same as the history integration only not with entities but with integrations.