Small changes to help fill a couple of small gaps. (#8111)

* Small changes to help fill a couple of small gaps.

Stopped short of offering a full example such as Harmony Remote config.

* Fix comments
This commit is contained in:
Gary Barclay 2019-01-13 10:47:30 +00:00 committed by Fabian Affolter
parent 3718f35dc2
commit fac43222aa

View File

@ -22,7 +22,7 @@ homeassistant:
...package configuration here...
```
The package configuration can include: `switch`, `light`, `automation`, `groups`, or most other Home Assistant components.
The package configuration can include: `switch`, `light`, `automation`, `groups`, or most other Home Assistant components including hardware platforms.
It can be specified inline or in a separate YAML file using `!include`.
@ -88,7 +88,7 @@ homeassistant:
```
This uses the concept splitting the configuration and will include all files in a directory with the keys representing the filenames.
See the documentation about [splitting the configuration](/docs/configuration/splitting_configuration/) for more information about `!include_dir_named` and other include statements that might be helpful.
See the documentation about [splitting the configuration](/docs/configuration/splitting_configuration/) for more information about `!include_dir_named` and other include statements that might be helpful. The benefit of this approach is to pull all configurations required to integrate a system, into one file, rather than accross several.
### {% linkable_title Customizing entities with packages %}