home-assistant-configuration/config/binary_sensors/calendar.yaml

28 lines
482 B
YAML
Raw Normal View History

2019-02-21 17:49:55 +00:00
- platform: workday
country: US
province: GA
workdays: [mon, tue, wed, thu, fri]
2019-07-11 11:28:37 +00:00
- platform: tod
name: Night
after: sunset
before: sunrise
- platform: tod
name: Day
after: sunrise
2019-07-14 01:38:53 +00:00
before: sunset
- platform: tod
name: Quiet time
2020-06-15 00:40:21 +00:00
after: '21:00'
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'