Pushbullet multiple targets

Hi.
I am using notify Pushbulet. It works wery well. But I can’t send message to different devices.

I have tryed:

{
“message”: “A message for many people”,
“target”: [
“device/telephone”,
“email/[email protected]
]
}

Or this type:

data:
message: “PB MESSATE”
title: “Test”
target:
- “email/[email protected]
- “device/telephone”

as result I have same error:
homeassistant.components.notify.pushbullet: Invalid target syntax: [‘device/telephone’, ‘email/[email protected]’]

What wrong?