mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Added info about customizing entities (#6572)
* Added info about customizing entities * Minor change
This commit is contained in:
parent
7c4c16fc6f
commit
8020ba4c03
@ -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.
|
||||
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:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user