From c7ed58dbcf352ce6d4ea993743235b77772a44e9 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 5 Oct 2015 16:13:50 -0400 Subject: [PATCH] Dawn / Dusk Clarification Clarification for using Offset for Dawn/Dusk scenarios. --- source/components/automation.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/automation.markdown b/source/components/automation.markdown index f1c48bc0706..b6e1a30b893 100644 --- a/source/components/automation.markdown +++ b/source/components/automation.markdown @@ -144,7 +144,7 @@ automation:

#### {% linkable_title Sun trigger %} -Triggers based on sunrise and sunset, both with an optional offset. +Triggers based on sunrise and sunset, both with an optional offset to simulate Dawn/Dusk scenarios. ```yaml automation: @@ -152,7 +152,7 @@ automation: platform: sun # Possible values: sunset, sunrise event: sunset - # Optional time offset + # Optional time offset for Dusk scenario offset: -00:45:00 ```