mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
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:
parent
3718f35dc2
commit
fac43222aa
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user