Aqua T1 Cube 90degrees turn light off instead of 50%

I am trying to use this:

alias: Woonkamer - lichtvierkant
description: ""
use_blueprint:
  path: Mikkelmoeller/aqara-magic-cube-zha-51-actions.yaml
  input:
    remote: c7d758cb99295650504c2e7f39d5127e
    cube_flip_90:
      - service: light.toggle
        metadata: {}
        data:
          brightness_pct: 50
        target:
          area_id:
            - woonkamer
            - eetkamer
    flip_90: true

Coming from this blueprint:

But when i turn the cube 90 degrees it turns the light off. If in turn cube again it turns light back on. But i would like it to go to 50% on 90 degrees.

I am using ZHA. Running Home Assistant on a NUC. version 2024.1.0 / Fronted 20231208.2.

Any ideas?

I would think use light.turn_on instead of light.toggle
light.toggle will turn the light on and off depending on the state that it is in already.