Skip to content

Commit 2d1a9fb

Browse files
authored
Stripping spaces (home-assistant#14622)
Another broken example
1 parent 27ea3c4 commit 2d1a9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/scripts/conditions.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ This is 'when dark' - equivalent to a state condition on `sun.sun` of `below_hor
313313
```yaml
314314
condition:
315315
- condition: sun
316-
after: sunrise
317-
before: sunset
316+
after: sunrise
317+
before: sunset
318318
```
319319

320320
This is 'when light' - equivalent to a state condition on `sun.sun` of `above_horizon`.

0 commit comments

Comments
 (0)