lights changed to light (#12224)

This commit is contained in:
Leif 2020-03-02 16:58:11 +07:00 committed by Franck Nijhof
parent 5b31189ffb
commit bb3aef956a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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. To improve readability, you can source out certain domains from your main configuration file with the `!include`-syntax.
```yaml ```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/). More information about this feature can also be found at [splitting configuration](/docs/configuration/splitting_configuration/).