Extend packages support (#5425)

This commit is contained in:
cdce8p 2018-05-25 22:42:08 +02:00 committed by Paulus Schoutsen
parent aec32a6422
commit 313479464c

View File

@ -73,7 +73,7 @@ There are some rules for packages that will be merged:
input_boolean: input_boolean:
my_input: my_input:
``` ```
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. 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.
<p class='note tip'> <p class='note tip'>
Components inside packages can only specify platform entries using configuration style 1, where all the platforms are grouped under the component name. Components inside packages can only specify platform entries using configuration style 1, where all the platforms are grouped under the component name.