Need help with Hue Wall Switch and sky connect Zha Events

hello community,

can someone please explain to me how to enter the Zha event in an automation as a trigger to turn on a light?

event_type: zha_event
data:
  device_ieee: 00:17:88:01:0b:03:00:45
  unique_id: 00:17:88:01:0b:03:00:45:1:0xfc00
  device_id: 6fb217c0cfcd39394f1388f2c0201b75
  endpoint_id: 1
  cluster_id: 64512
  command: left_press
  args:
    button: left
    press_type: press
    command_id: 0
    args:
      - 1
      - 3145728
      - 0
      - 33
      - 0
      - 0
  params: {}
origin: LOCAL
time_fired: "2023-06-18T17:34:08.406285+00:00"
context:
  id: 01H37S4G0P7THG16BVP283SAXS
  parent_id: null
  user_id: null


alias: A Licht Test
description: ""
trigger:
  - platform: event
    event_type: zha_event
    event_data:
      data:
        device_ieee: 00:17:88:01:0b:03:00:45
        unique_id: 00:17:88:01:0b:03:00:45:1:0xfc00
        device_id: 6fb217c0cfcd39394f1388f2c0201b75
        endpoint_id: 1
        cluster_id: 64512
        command: left_press
        args:
          button: left
          press_type: press
          command_id: 0
          args:
            - 1
            - 3145728
            - 0
            - 33
            - 0
            - 0
        params: {}
condition: []
action:
  - service: light.turn_on
    data:
      brightness_pct: 59
    target:
      entity_id:
        - light.ankleidezimmer_deckenleuchte
mode: single

thanks vor your time and help
Moss

really no one here in the forum this combination in use and can help me?

Greetings
Moss