Added info about customizing entities (#6572)

* Added info about customizing entities

* Minor change
This commit is contained in:
spacemanspiff2007 2018-10-07 09:26:44 +02:00 committed by Fabian Affolter
parent 7c4c16fc6f
commit 8020ba4c03

View File

@ -89,3 +89,12 @@ homeassistant:
This uses the concept splitting the configuration and will include all files in a directory with the keys representing the filenames. 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.
### {% linkable_title Customizing entities with packages %}
It is possible to [customize entities](docs/configuration/customizing-devices/) within packages. Just create your customization entries under:
```yaml
homeassistant:
customize:
```