mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Allow numeric state trigger/condition against zone entities (#32038)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
384fb14612
commit
a30e2cd33c
@ -277,8 +277,8 @@ Listing above and below together means the numeric_state has to be between the t
|
||||
In the example above, the trigger would fire a single time if a numeric_state goes into the 17.1-24.9 range (above 17 and below 25). It will only fire again, once it has left the defined range and enters it again.
|
||||
</div>
|
||||
|
||||
Number helpers (`input_number` entities), `number` and `sensor` entities that
|
||||
contain a numeric value, can be used in the `above` and `below` thresholds,
|
||||
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:
|
||||
|
||||
```yaml
|
||||
|
@ -218,8 +218,8 @@ condition:
|
||||
below: 25
|
||||
```
|
||||
|
||||
Number helpers (`input_number` entities), `number` and `sensor` entities that
|
||||
contain a numeric value, can be used in the `above` and `below`
|
||||
Number helpers (`input_number` entities), `number`, `sensor`, and `zone` entities
|
||||
that contain a numeric value, can be used in the `above` and `below`
|
||||
options to make the condition more dynamic.
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user