Can I use target as trigger? With multiple devices selected

I want to create a BP for multiple philips Hue buttons with the same automation. So I was testing this:

trigger:
  - platform: event
    event_type: deconz_event
    event_data:
      target: !input button_trigger

But that does not work, nor did it gave an error.