Philips Tap Dial Switch with double tap and 4 dial actions

Hi all,

maybe someone have a hint for me.
The blueprint works fine and as expectet.
Only thing what doesn’t work are the rotation steps.
Broker sees the rotation but dimming p.e. isn’t possible.
Which Action do you recomment to increase and decrease a light / light group?
I’ve testet it with Action = Device or Action = Light.

Both works for me if i use it to turn it on or off.

I’ve read the whole thread but didn’t found a solution for me.
Is there something where i do it wrong?

In addition here a bit of my yaml

button_3_rotate_clockwise:
      - action: light.turn_on
        target:
          entity_id: light.lampe_buro
        data:
          transition: 0
          brightness_step: 10
    button_3_rotate_counter_clockwise:
      - action: light.turn_on
        target:
          entity_id: light.lampe_buro
        data:
          brightness_step: -10