2021-11-11 22:14:21 -05:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# Workday Sensor
|
2019-02-21 12:49:55 -05:00
|
|
|
- platform: workday
|
|
|
|
country: US
|
|
|
|
province: GA
|
|
|
|
workdays: [mon, tue, wed, thu, fri]
|
2021-11-11 22:14:21 -05:00
|
|
|
|
|
|
|
- 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
|
2021-11-11 22:14:21 -05:00
|
|
|
|
2019-07-11 07:28:37 -04:00
|
|
|
- platform: tod
|
|
|
|
name: Day
|
|
|
|
after: sunrise
|
2019-07-13 21:38:53 -04:00
|
|
|
before: sunset
|
2021-11-11 22:14:21 -05:00
|
|
|
|
2019-07-13 21:38:53 -04:00
|
|
|
- platform: tod
|
|
|
|
name: Quiet time
|
2020-06-14 20:40:21 -04:00
|
|
|
after: '21:00'
|
2021-05-24 11:45:04 -04:00
|
|
|
before: '06:00'
|
2021-11-11 22:14:21 -05:00
|
|
|
|
2021-05-24 11:45:04 -04:00
|
|
|
- platform: tod
|
|
|
|
name: Morning
|
|
|
|
after: '06:00'
|
|
|
|
before: '08:30'
|
2021-11-11 22:14:21 -05:00
|
|
|
|
2021-05-24 11:45:04 -04:00
|
|
|
- platform: tod
|
|
|
|
name: Midday
|
|
|
|
after: '08:30'
|
|
|
|
before: '17:00'
|
2021-11-11 22:14:21 -05:00
|
|
|
|
2021-05-24 11:45:04 -04:00
|
|
|
- platform: tod
|
|
|
|
name: Evening
|
|
|
|
after: '17:00'
|
2021-11-11 22:14:21 -05:00
|
|
|
before: '21:00'
|
|
|
|
|
|
|
|
|
|
|
|
|