From c0979eb56be833560479a049cc567b3c4381a577 Mon Sep 17 00:00:00 2001 From: DuchkPy <36851093+DuchkPy@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:41:19 +0000 Subject: [PATCH] Correct figures on list reference (#16338) --- 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 717846a1421..21b49a04cfd 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.