From 2d1a9fb86e1a83dc48c7578436c87cc1c653741e Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sat, 26 Sep 2020 16:43:48 +0100 Subject: [PATCH] Stripping spaces (#14622) Another broken example --- source/_docs/scripts/conditions.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 0e60fb41f4e..62d4910e608 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -313,8 +313,8 @@ This is 'when dark' - equivalent to a state condition on `sun.sun` of `below_hor ```yaml condition: - condition: sun - after: sunrise - before: sunset + after: sunrise + before: sunset ``` This is 'when light' - equivalent to a state condition on `sun.sun` of `above_horizon`.