I believe this is not (yet) allowed for ‘above’ (or below) …noting clearly that I cannot keep up with changes so if I am wrong then the experts will chime in
If I am right, you could write a template trigger instead., e.g.
The template option has the advantage that it will trigger immediately if you change the input helper to below your sensor value. The numeric state trigger only watches for changes of the sensor, not changes of the input helper or sensor entity in the above: section.
This was brought up as an issue but was closed as expected behaviour.
If you do use a template and input text instead of an input number then you need to supply a default for your float conversation filter in case someone enters text instead of a number.
I can confirm what Tom stated, the field will accept a numeric string if it’s typed in directly. I think the limitation on accepted entity types comes from the configuration checking mechanism, but that’s above my pay grade.
input_number.minuty_1|float is just a string of letters as far as the program is concerned.
You need to use an actual template, as shown in the trigger docs in the Numeric state section: