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

16 lines
282 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
after: '22:00'
before: '07:00'