Problem with Automation and Condition

Hello, i have errors with this Automation:

I think the for : 59 minutes is the Problem.

      - id: '125'
        alias: robby nach regen auto
        trigger:
          platform: state
          entity_id:  binary_sensor.regen
          from: 'on'
          to: 'off'
          for:
            minutes: 59

         condition:
              - condition: numeric_state
                entity_id: sensor.aussentemp
                above: 12

       action:
           - service: rest_command.robby_feierabend

Please can you help.

      - id: '125'
        alias: robby nach regen auto
        trigger:
          platform: state
          entity_id:  binary_sensor.regen
          to: 'off'
          for:
            minutes: 59
        condition:
          - condition: numeric_state
            entity_id: sensor.aussentemp
            above: 12
        action:
          - service: rest_command.robby_feierabend

many thanx