Adding some time of day sensors to use in my automations as conditions
This commit is contained in:
parent
900e996dff
commit
4fc13287f8
|
@ -14,3 +14,15 @@
|
|||
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'
|
Loading…
Reference in New Issue