From bf37a52eeda85be723e402bdc15ca894a2519c2b Mon Sep 17 00:00:00 2001 From: Jack <32000001+jackjohnsonuk@users.noreply.github.com> Date: Sun, 8 Jul 2018 10:58:10 +0100 Subject: [PATCH] Small typo on the example for sun (#5688) --- source/_docs/scripts/conditions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 5ca5b9c756f..39398ca10f1 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -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