improve the comment of the 'for' usage in the state conditions (#25524)

This commit is contained in:
Thanassis Adamis 2023-01-03 16:10:03 +02:00 committed by GitHub
parent e553462cc2
commit b97dde32df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ condition:
condition: state
entity_id: device_tracker.paulus
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:
hours: 1
minutes: 10