diff --git a/source/_components/default_config.markdown b/source/_components/default_config.markdown index ff2eb6b6fdd..37f13fac5bf 100644 --- a/source/_components/default_config.markdown +++ b/source/_components/default_config.markdown @@ -12,4 +12,14 @@ ha_category: Other ha_release: 0.88 --- -This component is a meta-component and configures a default set of components for Home Assistant to load. The components that will be loaded can be found [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/default_config/__init__.py). +This component is a meta-component and configures a default set of components for Home Assistant to load. The components that will be loaded can be found [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/default_config/manifest.json). + +## {% linkable_title Configuration %} + +To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +default_config: +``` +