From 16663651c5127fcd098362e5ecaf5b364d94e087 Mon Sep 17 00:00:00 2001 From: Adam Whittingham <439969+AdamWhittingham@users.noreply.github.com> Date: Wed, 30 Sep 2020 11:37:56 +0100 Subject: [PATCH] Update above/below note (#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. --- 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 49aad21ed2c..479a7a66947 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -83,7 +83,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 below 17, or strict above 25). +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).
The `for:` can also be specified as `HH:MM:SS` like this: