Added example configuration using absolute times (#8857)

This commit is contained in:
Scott Reston 2019-03-08 16:22:14 -05:00 committed by Fabian Affolter
parent 359da487fd
commit 940e9c5c02

View File

@ -32,6 +32,11 @@ binary_sensor:
after: sunrise
after_offset: '-02:00'
before: '07:00'
- platform: tod
name: Late Morning
after: '10:00'
before: '12:00'
```
{% configuration %}