From d82638fee24b1af8243b2e2a78ef498334b120a3 Mon Sep 17 00:00:00 2001 From: Rick Auch <48502913+mekaneck@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:33:13 -0500 Subject: [PATCH] Clarify when numeric state will update when other entities are used as limits (#34335) --- source/_docs/automation/trigger.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 1fa98c1a3de..57f1c44e177 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -292,8 +292,8 @@ In the example above, the trigger would fire a single time if a numeric_state go {% endnote %} Number helpers (`input_number` entities), `number`, `sensor`, and `zone` entities -that contain a numeric value, can be used in the `above` and `below` thresholds, -making the trigger more dynamic, like: +that contain a numeric value, can be used in the `above` and `below` thresholds. +However, the comparison will only be made when the entity specified in the trigger is updated. This would look like: ```yaml automation: