Skip to content

Commit f20a81b

Browse files
Maxr1998fabaff
authored andcommitted
Add info about !include, fix home-assistant#3262 (home-assistant#3651)
1 parent 7b68fde commit f20a81b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_docs/configuration/yaml.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ If an environment variable is not set, you can fallback to a default value.
8383
http:
8484
api_password: !env_var PASSWORD default_password
8585
```
86+
87+
### {% linkable_title Including Separate Files %}
88+
89+
To improve readability, you can source out certain domains from you main configuration file with the `!include`-Syntax.
90+
91+
```yaml
92+
lights: !include lights.yaml
93+
```
94+
95+
More information about this feature can also be found at [splitting configuration](/docs/configuration/splitting_configuration/).

0 commit comments

Comments
 (0)