50 lines
708 B
YAML
Raw Normal View History

#
#
# Workday Sensor
2019-02-21 12:49:55 -05:00
- platform: workday
country: US
province: GA
workdays: [mon, tue, wed, thu, fri]
- platform: workday
name: jeff_workday
country: US
province: GA
workdays: [mon, tue, wed, thu, fri]
# Times Of Day
2019-07-11 07:28:37 -04:00
- platform: tod
name: Night
after: sunset
before: sunrise
2019-07-11 07:28:37 -04:00
- platform: tod
name: Day
after: sunrise
2019-07-13 21:38:53 -04:00
before: sunset
2019-07-13 21:38:53 -04:00
- platform: tod
name: Quiet time
2020-06-14 20:40:21 -04: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'
- platform: tod
name: Overnight
after: '18:00'
before: '06:00'