mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
212 B
YAML
12 lines
212 B
YAML
- 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 |