From b97dde32df8b2392fb4e72668a9db724641f9305 Mon Sep 17 00:00:00 2001 From: Thanassis Adamis Date: Tue, 3 Jan 2023 16:10:03 +0200 Subject: [PATCH] improve the comment of the 'for' usage in the state conditions (#25524) --- source/_docs/scripts/conditions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 28dd62756f1..b45a3ae4087 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -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