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 ```