Small typo on the example for sun (#5688)

This commit is contained in:
Jack 2018-07-08 10:58:10 +01:00 committed by Fabian Affolter
parent 387fb07067
commit bf37a52eed

View File

@ -126,7 +126,7 @@ condition:
condition: sun
after: sunset
# Optional offset value - in this case it must from -1 hours relative to sunset, or after
after_offset: "-1:00:00"
after_offset: "-01:00:00"
```
```yaml