Clarified numeric state trigger description (#3464)
This commit is contained in:
parent
e3ca50b478
commit
ddf8b21ce2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ automation:
|
|||
```
|
||||
|
||||
### {% linkable_title Numeric state trigger %}
|
||||
On state change of a specified entity, attempts to parse the state as a number and triggers if value is above and/or below a threshold.
|
||||
On state change of a specified entity, attempts to parse the state as a number and triggers once if value is changing from above to below a threshold, or from below to above the given threshold.
|
||||
|
||||
```yaml
|
||||
automation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue