mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Update configuration-types.rst (#3425)
This commit is contained in:
parent
0bfc2244df
commit
1f0e3ea985
@ -340,7 +340,8 @@ Another way to modularize and reuse your configuration is to use packages. This
|
||||
you to put common pieces of configuration in separate files and keep only unique pieces of your
|
||||
config in the main yaml file. All definitions from packages will be merged with your main
|
||||
config in non-destructive way so you could always override some bits and pieces of package
|
||||
configuration.
|
||||
configuration. Substitutions in your main config will override substitutions with the same
|
||||
name in a package.
|
||||
|
||||
Dictionaries are merged key-by-key. Lists of components are merged by component
|
||||
ID if specified. Other lists are merged by concatenation. All other config
|
||||
|
Loading…
Reference in New Issue
Block a user