14 lines
242 B
YAML
14 lines
242 B
YAML
- platform: workday
|
|
country: US
|
|
province: OH
|
|
workdays: [mon, tue, wed, thu, fri]
|
|
- platform: tod
|
|
name: Night
|
|
after: sunset
|
|
after_offset: "-00:30"
|
|
before: sunrise
|
|
- platform: tod
|
|
name: School
|
|
after: "09:00"
|
|
before: "15:30"
|