Files
Home-Assistant-Configs/binary_sensor.yaml

45 lines
632 B
YAML

- platform: workday
country: US
province: OH
workdays: [mon, tue, wed, thu, fri]
- 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:00'
- platform: tod
name: Morning
after: '06:30'
before: '09:00'
- platform: tod
name: Late Morning
after: '09:00'
before: '12:00'
- platform: tod
name: Midday
after: '09:00'
before: '17:00'
- platform: tod
name: Evening
after: '17:00'
before: '21:00'
- platform: tod
name: Overnight
after: '20:00'
before: '06:30'