mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Clarified numeric state trigger description (#3464)
This commit is contained in:
parent
e3ca50b478
commit
ddf8b21ce2
@ -56,7 +56,7 @@ automation:
|
|||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Numeric state trigger %}
|
### {% 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
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user