General/Normal changes related to running a smart home.'

This commit is contained in:
Jeffrey Stone
2021-11-11 22:14:21 -05:00
parent b1b12b381f
commit 396eaca3b8
6 changed files with 81 additions and 80 deletions

View File

@@ -1,28 +1,47 @@
#
#
# Workday Sensor
- 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
- platform: tod
name: Night
after: sunset
before: sunrise
- platform: tod
name: Day
after: sunrise
before: sunset
- platform: tod
name: Quiet time
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'
before: '21:00'