Update Numeric State (#3191)
* Update Numeric State Add note on using above and below in the same trigger * Changed formating
This commit is contained in:
parent
1b2e1d4699
commit
41815b9c9e
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ automation:
|
||||||
below: 25
|
below: 25
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
|
||||||
### {% linkable_title State 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.
|
Triggers when the state of tracked entities change. If only entity_id given will match all state changes, even if only state attributes change.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue