Clarify when numeric state will update when other entities are used as limits (#34335)

This commit is contained in:
Rick Auch 2024-08-25 10:33:13 -05:00 committed by GitHub
parent 306c803dd8
commit d82638fee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -292,8 +292,8 @@ In the example above, the trigger would fire a single time if a numeric_state go
{% endnote %}
Number helpers (`input_number` entities), `number`, `sensor`, and `zone` entities
that contain a numeric value, can be used in the `above` and `below` thresholds,
making the trigger more dynamic, like:
that contain a numeric value, can be used in the `above` and `below` thresholds.
However, the comparison will only be made when the entity specified in the trigger is updated. This would look like:
```yaml
automation: