From 4fc13287f835514d0363db9c9e3ba29fc30b2c1d Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 24 May 2021 11:45:04 -0400 Subject: [PATCH] Adding some time of day sensors to use in my automations as conditions --- config/binary_sensors/calendar.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/binary_sensors/calendar.yaml b/config/binary_sensors/calendar.yaml index 64c2cc8..ce34c63 100755 --- a/config/binary_sensors/calendar.yaml +++ b/config/binary_sensors/calendar.yaml @@ -13,4 +13,16 @@ - platform: tod name: Quiet time after: '21:00' - before: '06:00' \ No newline at end of file + before: '06:00' +- platform: tod + name: Morning + after: '06:00' + before: '08:30' +- platform: tod + name: Midday + after: '08:30' + before: '17:00' +- platform: tod + name: Evening + after: '17:00' + before: '21:00' \ No newline at end of file