mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
bbf67a2019
commit
0c97358469
@ -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:
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user