From e1d64c6c409c51a5a34168e9dbf04ec4203ae228 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 6 Jan 2022 21:41:57 +0100 Subject: [PATCH] Add reference to packages on splitting configuration page (#21066) * Add reference to packages on splitting configuration page * Update source/_docs/configuration/splitting_configuration.markdown Co-authored-by: Klaas Schoute Co-authored-by: Klaas Schoute --- source/_docs/configuration/splitting_configuration.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/configuration/splitting_configuration.markdown b/source/_docs/configuration/splitting_configuration.markdown index 43472c7eb24..b378313d439 100644 --- a/source/_docs/configuration/splitting_configuration.markdown +++ b/source/_docs/configuration/splitting_configuration.markdown @@ -183,6 +183,9 @@ This (large) sensor configuration gives us another example: You'll notice that this example includes a secondary parameter section (under the steam section) as well as a better example of the way comments can be used to break down files into sections. +All of the above can be applied when splitting up files using packages. To +learn more about packages, see the [Packages](/docs/configuration/packages) page. + That about wraps it up. If you have issues checkout `home-assistant.log` in the configuration directory as well as your indentations. If all else fails, head over to our [Discord chat server][discord] and ask away.