From 8020ba4c0305fe8178d5004a99a4fca643d0e0fa Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 Date: Sun, 7 Oct 2018 09:26:44 +0200 Subject: [PATCH] Added info about customizing entities (#6572) * Added info about customizing entities * Minor change --- source/_docs/configuration/packages.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) 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: +```