lights changed to light (#12224)

This commit is contained in:
Leif 2020-03-02 16:58:11 +07:00 committed by GitHub
parent f9e120f975
commit 3c0e1bc32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ example:
To improve readability, you can source out certain domains from your main configuration file with the `!include`-syntax.
```yaml
lights: !include lights.yaml
light: !include lights.yaml
```
More information about this feature can also be found at [splitting configuration](/docs/configuration/splitting_configuration/).