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:
rbflurry 2017-08-17 03:21:19 -04:00 committed by Fabian Affolter
parent 1b2e1d4699
commit 41815b9c9e
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -70,6 +70,11 @@ automation:
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 %}
Triggers when the state of tracked entities change. If only entity_id given will match all state changes, even if only state attributes change.