Skip to content

Commit 3134794

Browse files
cdce8pballoob
authored andcommitted
Extend packages support (home-assistant#5425)
1 parent aec32a6 commit 3134794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/configuration/packages.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There are some rules for packages that will be merged:
7373
input_boolean:
7474
my_input:
7575
```
76-
4. Any component that is not a platform [2], or dictionaries with Entity ID keys [3] cannot be merged and can only occur once between all packages and the main configuration.
76+
4. Any component 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.
7777

7878
<p class='note tip'>
7979
Components inside packages can only specify platform entries using configuration style 1, where all the platforms are grouped under the component name.

0 commit comments

Comments
 (0)