From 62c4d0d4bb01d164b137d7c51ebafb859e8ac74f Mon Sep 17 00:00:00 2001 From: Tony Brobston Date: Wed, 31 Jul 2019 03:04:11 -0500 Subject: [PATCH] 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. --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index cea62fc31c2..7b521c2e262 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -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' ```