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.
This commit is contained in:
Felix Stupp 2020-08-11 10:49:45 +00:00 committed by GitHub
parent 67115d6551
commit cddd3720db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ automation:
<div class='note'>
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).
</div>
The `for:` can also be specified as `HH:MM:SS` like this: