Adding some time of day sensors to use in my automations as conditions

This commit is contained in:
Jeffrey Stone 2021-05-24 11:45:04 -04:00
parent 900e996dff
commit 4fc13287f8
1 changed files with 13 additions and 1 deletions

View File

@ -14,3 +14,15 @@
name: Quiet time name: Quiet time
after: '21:00' 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'