From a18d13e34faab0d53ba5349dbe7a41585746c7f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 14 Jun 2020 20:40:21 -0400 Subject: [PATCH] Making quiet time 1 hour earlier --- config/binary_sensors/calendar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/binary_sensors/calendar.yaml b/config/binary_sensors/calendar.yaml index fb3956a..ad844b0 100755 --- a/config/binary_sensors/calendar.yaml +++ b/config/binary_sensors/calendar.yaml @@ -12,5 +12,5 @@ before: sunset - platform: tod name: Quiet time - after: '22:00' + after: '21:00' before: '07:00' \ No newline at end of file