Using a Input Number Helper in an Automation

Device actions do not support templating, you will need to use the light.turn_on action.

action: light.turn_on
target:
  entity_id: light.YOUR_LIGHTS_ID_HERE
data:
  brightness_pct: "{{states('input_number.step_led_bright_brightness') | float}}"