mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Extend packages support (#5425)
This commit is contained in:
parent
aec32a6422
commit
313479464c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user