When I create an automation and using a condition for example for number helper the state is always a string
condition: state
entity_id: input_number.lufter_stufe_tag
state: "0"
input_number is giving a number not a string so it is false.
Using numeric state does not work because it only check for above or below value but not equal value
condition: numeric_state
entity_id: input_number.lufter_stufe_tag
above: 0
below: 0
So make the numeric_State equal an option or state something else then string.