From 5f2149ba2ac9bd408591de3629fcf47a71666170 Mon Sep 17 00:00:00 2001 From: DuchkPy <36851093+DuchkPy@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:56:55 +0100 Subject: [PATCH] Correct figures on list reference --- source/_docs/configuration/packages.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/packages.markdown b/source/_docs/configuration/packages.markdown index 717846a1421c..21b49a04cfd6 100644 --- a/source/_docs/configuration/packages.markdown +++ b/source/_docs/configuration/packages.markdown @@ -65,7 +65,7 @@ There are some rules for packages that will be merged: input_boolean: my_input: ``` -3. Any integration that is not a platform [2], or dictionaries with Entity ID keys [3] can only be merged if its keys, except those for lists, are solely defined once. +3. Any integration that is not a platform [1], or dictionaries with Entity ID keys [2] can only be merged if its keys, except those for lists, are solely defined once.
Components inside packages can only specify platform entries using configuration style 1, where all the platforms are grouped under the integration name.