Help with transfer an automation to automation editor

I’m trying to create an automation in automation editor for a remote sending a scen to turn on a light but I can’t get IT to work so I wonder if anyone can be kind and help me.

This is how it should look like in the old text config for automation, how should it look like in the “new” gui automation editor?

  alias: Switch test
  trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
      entity_id: zwave.zwaveme_zme_wallcs_secure_wall_controller_1
      scene_id: 11
  action:
    service: light.turn_on
    entity_id: light.livingroom_floor

Would great if some one could send me screenshot of the automation from the editor

Thanx in advance