mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-14 00:02:19 +00:00
Adding some time of day sensors to use in my automations as conditions
This commit is contained in:
parent
900e996dff
commit
4fc13287f8
@ -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'
|
Loading…
x
Reference in New Issue
Block a user