diff --git a/source/_docs/configuration/packages.markdown b/source/_docs/configuration/packages.markdown index 9bcd0e2822c..5cb76f6b4f2 100644 --- a/source/_docs/configuration/packages.markdown +++ b/source/_docs/configuration/packages.markdown @@ -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: +```