From cca9debf775930fc0c08d249767bd681d4f5ee70 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 30 Oct 2016 21:31:48 +0000 Subject: [PATCH] new time condition crosses midnight! --- automation/late_night_helper.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/late_night_helper.yaml b/automation/late_night_helper.yaml index f7d959e9..e67b978a 100755 --- a/automation/late_night_helper.yaml +++ b/automation/late_night_helper.yaml @@ -20,7 +20,8 @@ entity_id: sun.sun state: 'below_horizon' - condition: time - before: '23:45' + after: '20:00' + before: '02:00' action: service: light.turn_on