From 3764b153a107565df597c149b2e6d25c76c89905 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 9 Mar 2023 17:13:08 -0500 Subject: [PATCH] Adjust time of day binary sensors --- binary_sensor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binary_sensor.yaml b/binary_sensor.yaml index 5874ca1..d3798d2 100644 --- a/binary_sensor.yaml +++ b/binary_sensor.yaml @@ -16,11 +16,11 @@ - platform: tod name: Quiet time after: '21:00' - before: '07:30' + before: '07:00' - platform: tod name: Morning - after: '07:30' + after: '06:30' before: '09:00' - platform: tod @@ -41,4 +41,4 @@ - platform: tod name: Overnight after: '20:00' - before: '07:30' + before: '06:30'