From 41815b9c9eb70a46bac93e7e41f70ea4b90cbb7a Mon Sep 17 00:00:00 2001 From: rbflurry Date: Thu, 17 Aug 2017 03:21:19 -0400 Subject: [PATCH] Update Numeric State (#3191) * Update Numeric State Add note on using above and below in the same trigger * Changed formating --- source/_docs/automation/trigger.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 1d6c2cb57ba..0a9db0bd5e1 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -70,6 +70,11 @@ automation: below: 25 ``` +

+Listing above and below together means the numeric_state has to be between the two values. +In the example above, a numeric_state that is 17.1-24.9 would fire this trigger. +

+ ### {% linkable_title State trigger %} Triggers when the state of tracked entities change. If only entity_id given will match all state changes, even if only state attributes change.