parent
7b68fdebb2
commit
f20a81bdd8
1 changed files with 10 additions and 0 deletions
|
@ -83,3 +83,13 @@ If an environment variable is not set, you can fallback to a default value.
|
|||
http:
|
||||
api_password: !env_var PASSWORD default_password
|
||||
```
|
||||
|
||||
### {% linkable_title Including Separate Files %}
|
||||
|
||||
To improve readability, you can source out certain domains from you main configuration file with the `!include`-Syntax.
|
||||
|
||||
```yaml
|
||||
lights: !include lights.yaml
|
||||
```
|
||||
|
||||
More information about this feature can also be found at [splitting configuration](/docs/configuration/splitting_configuration/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue