Update trigger.markdown (#10008)

When I was reading through the offset documentation I noticed what I think is a mistake in the comment. Could someone validate that this change is correct? Thank you.
This commit is contained in:
Tony Brobston 2019-07-31 03:04:11 -05:00 committed by Franck Nijhof
parent c97be0dfec
commit 62c4d0d4bb

View File

@ -192,7 +192,7 @@ automation:
platform: sun
# Possible values: sunset, sunrise
event: sunset
# Optional time offset. This example will trigger 45 minutes before sunrise.
# Optional time offset. This example will trigger 45 minutes before sunset.
offset: '-00:45:00'
```