From 24d84ac6f893d4c48d022f1906e84a1e97f22bdf Mon Sep 17 00:00:00 2001 From: kozerskil Date: Mon, 25 Jan 2021 14:20:16 +0100 Subject: [PATCH] Update trigger.markdown (#16257) Co-authored-by: Franck Nijhof --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index a1b137fd4fb..11ba79a7c87 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -99,7 +99,7 @@ automation:
Listing above and below together means the numeric_state has to be between the two values. -In the example above, the trigger would fire if a numeric_state goes to 17.1-24.9 (from strict above 17 and strict below 25). +In the example above, the trigger would fire a single time if a numeric_state goes into to 17.1-24.9 range (from 17 and below or 25 and above). It will only fire again, once it has left the defined range and enters it again.
The `for:` can also be specified as `HH:MM:SS` like this: