mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
parent
7b68fdebb2
commit
f20a81bdd8
@ -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…
x
Reference in New Issue
Block a user