mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-17 11:36:44 +00:00
Adding some time of day sensors to use in my automations as conditions
This commit is contained in:
@@ -13,4 +13,16 @@
|
||||
- platform: tod
|
||||
name: Quiet time
|
||||
after: '21:00'
|
||||
before: '06: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'
|
Reference in New Issue
Block a user