From faa201ff7c75d0c012f0735c3e60413f4d334779 Mon Sep 17 00:00:00 2001 From: John Shahawy Date: Sun, 30 Dec 2018 04:12:06 -0500 Subject: [PATCH] change offset to after_offset so validation will pass (#7975) --- source/_cookbook/automation_for_rainy_days.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/automation_for_rainy_days.markdown b/source/_cookbook/automation_for_rainy_days.markdown index 7ce7c46b16a..a6e3b0bb8b7 100644 --- a/source/_cookbook/automation_for_rainy_days.markdown +++ b/source/_cookbook/automation_for_rainy_days.markdown @@ -44,7 +44,7 @@ And then of course turn off the lamp when it stops raining but only if it's with condition: - condition: sun after: 'sunset' - offset: '-01:00:00' + after_offset: '-01:00:00' action: service: light.turn_off entity_id: light.couch_lamp