mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
improve the comment of the 'for' usage in the state conditions (#25524)
This commit is contained in:
parent
e553462cc2
commit
b97dde32df
@ -241,7 +241,7 @@ condition:
|
|||||||
condition: state
|
condition: state
|
||||||
entity_id: device_tracker.paulus
|
entity_id: device_tracker.paulus
|
||||||
state: "not_home"
|
state: "not_home"
|
||||||
# optional: trigger only if state was this for last X time.
|
# optional: Evaluates to true only if state was this for last X time.
|
||||||
for:
|
for:
|
||||||
hours: 1
|
hours: 1
|
||||||
minutes: 10
|
minutes: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user