Skip to content

Commit ab20f06

Browse files
rbflurryLandrash
authored andcommitted
Update Numeric State (home-assistant#3191)
* Update Numeric State Add note on using above and below in the same trigger * Changed formating
1 parent 9005511 commit ab20f06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_docs/automation/trigger.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ automation:
7070
below: 25
7171
```
7272

73+
<p class='note'>
74+
Listing above and below together means the numeric_state has to be between the two values.
75+
In the example above, a numeric_state that is 17.1-24.9 would fire this trigger.
76+
</p>
77+
7378
### {% linkable_title State trigger %}
7479

7580
Triggers when the state of tracked entities change. If only entity_id given will match all state changes, even if only state attributes change.

0 commit comments

Comments
 (0)