mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Added example configuration using absolute times (#8857)
This commit is contained in:
parent
359da487fd
commit
940e9c5c02
@ -32,6 +32,11 @@ binary_sensor:
|
|||||||
after: sunrise
|
after: sunrise
|
||||||
after_offset: '-02:00'
|
after_offset: '-02:00'
|
||||||
before: '07:00'
|
before: '07:00'
|
||||||
|
|
||||||
|
- platform: tod
|
||||||
|
name: Late Morning
|
||||||
|
after: '10:00'
|
||||||
|
before: '12:00'
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user