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