Modified time of day sensors slightly

This commit is contained in:
2022-05-30 12:53:09 -04:00
parent e40a8d6465
commit 147d1cf5f9

View File

@ -31,14 +31,14 @@
- platform: tod - platform: tod
name: Midday name: Midday
after: '09:00' after: '09:00'
before: '16:00' before: '17:00'
- platform: tod - platform: tod
name: Evening name: Evening
after: '16:00' after: '17:00'
before: '21:00' before: '21:00'
- platform: tod - platform: tod
name: Overnight name: Overnight
after: '19:00' after: '20:00'
before: '07:30' before: '07:30'