From 0c973584694f0239a75633f3b48b0e8458d96a41 Mon Sep 17 00:00:00 2001 From: SiliconAvatar <43505983+SiliconAvatar@users.noreply.github.com> Date: Tue, 16 Apr 2019 03:15:51 -0400 Subject: [PATCH] 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. --- source/_components/default_config.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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: +``` +