Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2017-10-20 23:28:47 +02:00
commit c3237a57ac
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
81 changed files with 803 additions and 177 deletions

View file

@ -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 your 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/).