docs(automation): clarify the importance of cross (#18628)

This commit is contained in:
Christopher Loessl 2021-07-27 11:16:51 +02:00 committed by GitHub
parent a302a89482
commit 0c7bb747f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ automation:
## Numeric state trigger
Fires when the numeric value of an entity's state (or attribute's value if using the `attribute` property) crosses a given threshold. On state change of a specified entity, attempts to parse the state as a number and fires if the value is changing from above to below or from below to above the given threshold.
Fires when the numeric value of an entity's state (or attribute's value if using the `attribute` property) **crosses** (and only when crossing) a given threshold. On state change of a specified entity, attempts to parse the state as a number and fires if the value is changing from above to below or from below to above the given threshold.
{% raw %}