mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
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
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user