Update component URL & Add configuration example (#9221)

- Changed link to what the component loads from the init.py to the manifest.json file. The link says it should show what gets loaded by the default config, and the init file does not show this.

- Added an example configuration.yaml code for component.
This commit is contained in:
SiliconAvatar 2019-04-16 03:15:51 -04:00 committed by Fabian Affolter
parent bbf67a2019
commit 0c97358469

View File

@ -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:
```