Stripping spaces (#14622)

Another broken example
This commit is contained in:
Dubh Ad 2020-09-26 16:43:48 +01:00 committed by GitHub
parent 27ea3c41d9
commit 2d1a9fb86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,8 +313,8 @@ This is 'when dark' - equivalent to a state condition on `sun.sun` of `below_hor
```yaml
condition:
- condition: sun
after: sunrise
before: sunset
after: sunrise
before: sunset
```
This is 'when light' - equivalent to a state condition on `sun.sun` of `above_horizon`.