-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving some sensors to main configuration yaml
- Loading branch information
1 parent
bf385b9
commit 0c41d61
Showing
2 changed files
with
96 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
# | ||
# | ||
# MOVED to configuration.yaml | ||
# Workday Sensor | ||
- platform: workday | ||
country: US | ||
province: GA | ||
workdays: [mon, tue, wed, thu, fri] | ||
# - 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: Lights Out | ||
after: '23: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' | ||
|
||
- platform: tod | ||
name: Overnight | ||
after: '18:00' | ||
before: '06:00' | ||
# - 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: Lights Out | ||
# after: '23: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' | ||
|
||
# - platform: tod | ||
# name: Overnight | ||
# after: '18:00' | ||
# before: '06:00' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters