Skip to content

Commit 1666365

Browse files
Update above/below note (home-assistant#14658)
The note has the words `above` and `below` the wrong way around, and is probably clearer if `and` is used to show both conditions must be true.
1 parent 159dd7a commit 1666365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/automation/trigger.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ automation:
8383

8484
<div class='note'>
8585
Listing above and below together means the numeric_state has to be between the two values.
86-
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).
86+
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).
8787
</div>
8888

8989
The `for:` can also be specified as `HH:MM:SS` like this:

0 commit comments

Comments
 (0)