From 4fb8d3f2361b9a0ce0d864be871a5ac7d9d0d0ad Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 2 Jan 2022 19:59:00 -0500 Subject: [PATCH] Testing new sensor for school time --- binary_sensor.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binary_sensor.yaml b/binary_sensor.yaml index 628d610..a43256c 100644 --- a/binary_sensor.yaml +++ b/binary_sensor.yaml @@ -6,3 +6,7 @@ name: Night after: sunset before: sunrise +- platform: tod + name: School + after: "09:00" + before: "15:30"