mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
16 lines
282 B
YAML
Executable File
16 lines
282 B
YAML
Executable File
- platform: workday
|
|
country: US
|
|
province: GA
|
|
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: '22:00'
|
|
before: '07:00' |