Extend numeric_state to match on above/below-or-equal #1188
Unanswered
MaJerle
asked this question in
Automations & scripts
Replies: 2 comments 1 reply
|
Yes I am surprised that this feature, which has been requested on multiple previous occasions on the HA forums, can't be implemented. There are workarounds using templates or using values with several decimal places (like <2.001) but to do this for every condition can be tedious. |
0 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
I'd like to have the possibility for the
numeric_statetrigger and condition to support above or equal and below or equal.It could be set with
above_equalorbelow_equal:Use cases
Consider the automation for heating. One has a input number that defines number of thermostats to call for heating before automation turns on the main pump. There are
2sensors:The target is to:
Current workarounds
The current workaround is to use the template trigger with
>=check and template conditions.To trigger when value is equal or above:
The same condition must then be executed in the automation actions part, because multiple triggers start the automation
Anything else?
No response
All reactions