From 046e54f78c13e259c28e9be140c1c6ec58be4821 Mon Sep 17 00:00:00 2001 From: TheDK Date: Thu, 8 Jul 2021 08:41:17 +0200 Subject: [PATCH] Update trigger.markdown (#18425) Fixed typo. --- 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 e1477349cbd..575940fb076 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -204,7 +204,7 @@ In the example above, the trigger would fire a single time if a numeric_state go Number helpers (`input_number` entities), `number` and `sensor` entities that -contain a numeric value, an be used in the `above` and `below` thresholds, +contain a numeric value, can be used in the `above` and `below` thresholds, making the trigger more dynamic, like: ```yaml