Added time of day sensors

This commit is contained in:
2022-03-30 19:26:55 -04:00
parent 2229c8d4b9
commit 51488fe7f8

View File

@ -2,7 +2,43 @@
country: US
province: OH
workdays: [mon, tue, wed, thu, fri]
- platform: tod
name: School
after: "09:00"
before: "15:30"
after: '09:00'
before: '15:30'
- platform: tod
name: Night
after: sunset
before: sunrise
- platform: tod
name: Day
after: sunrise
before: sunset
- platform: tod
name: Quiet time
after: '21:00'
before: '07:30'
- platform: tod
name: Morning
after: '07:30'
before: '09:00'
- platform: tod
name: Midday
after: '09:00'
before: '16:00'
- platform: tod
name: Evening
after: '16:00'
before: '21:00'
- platform: tod
name: Overnight
after: '18:00'
before: '07:30'