mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Clarify when numeric state will update when other entities are used as limits (#34335)
This commit is contained in:
parent
306c803dd8
commit
d82638fee2
@ -292,8 +292,8 @@ In the example above, the trigger would fire a single time if a numeric_state go
|
|||||||
{% endnote %}
|
{% endnote %}
|
||||||
|
|
||||||
Number helpers (`input_number` entities), `number`, `sensor`, and `zone` entities
|
Number helpers (`input_number` entities), `number`, `sensor`, and `zone` entities
|
||||||
that contain a numeric value, can be used in the `above` and `below` thresholds,
|
that contain a numeric value, can be used in the `above` and `below` thresholds.
|
||||||
making the trigger more dynamic, like:
|
However, the comparison will only be made when the entity specified in the trigger is updated. This would look like:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user