Update configuration-types.rst (#3425)

This commit is contained in:
Peter Kindström 2023-12-05 01:31:24 +01:00 committed by GitHub
parent 0bfc2244df
commit 1f0e3ea985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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