mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Explain time entity support in time condition (#33217)
This commit is contained in:
commit
f7bbcfe188
@ -560,7 +560,7 @@ Time condition windows can span across the midnight threshold if **both** `after
|
||||
A better weekday condition could be by using the [Workday Binary Sensor](/integrations/workday/).
|
||||
{% endtip %}
|
||||
|
||||
For the `after` and `before` options a time helper (`input_datetime` entity)
|
||||
For the `after` and `before` options a time helper (`input_datetime` entity), a `time` entity,
|
||||
or another `sensor` entity containing a timestamp with the "timestamp" device
|
||||
class, can be used instead.
|
||||
|
||||
@ -571,6 +571,9 @@ conditions:
|
||||
after: input_datetime.house_silent_hours_start
|
||||
before: input_datetime.house_silent_hours_end
|
||||
|
||||
- alias: "Example referencing a time entity"
|
||||
before: time.dnd_start
|
||||
|
||||
- alias: "Example referencing another sensor"
|
||||
after: sensor.groceries_delivery_time
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user