From cddd3720db67428ea0660ac34e46a753fa31c103 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 11 Aug 2020 10:49:45 +0000 Subject: [PATCH] Fixed ambigouty about above/below for automation trigger numeric_state (#14204) Above and below are strict comparison operators (> or <, not >= or <=). The version before was ambiguous about that by explaining that values like 17 or above will trigger the automation. --- 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 1b01d155153..c690ca7a1fb 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -82,7 +82,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 17 or below, or 25 or above). +In the example above, the trigger would fire if a numeric_state goes to 17.1-24.9 (from strict below 17, or strict above 25).
The `for:` can also be specified as `HH:MM:SS` like this: