Sending to specific PushBullet devices?

Just wondering if someone could help me configure VeraAlerts to send to a specific PushBullet device. I checked out the PushBullet API and see that I need to specify “device_iden” but can’t really figure out where to go from there. Ideally, I’d like to do this via the Automation tab by creating a scene/action that sends the alert. Also, if anyone knows a way to cleanup the alerts sent that’d be helpful (that is, getting rid of the text “Vera Alert from:#########”).

Deleted

Same issue here. I just installed VeraAlerts plugin with PushBullet. Notifications work to my iPhone but they are the generic msg and details are shown only after I open the PB app. I emailed PB support on how to show the actual msg as the notification to avoid having to launch the PB app. Will keep you updated…

Since the question is in multiple places … I thought I would put the answer in multiple places …
[hr]
If you specify the Title it will use it instead of “Vera Alert From:123456”

With my next release you will be able to change the Message Prefix to:

{title={Msg}}

Then it will change the title of each message to the message itself!

You can already send to a specific Pushbullet target as follows:

Add the following to your message:
{device_iden=XXXXXXXXXXXXX}

To get the XXXXXXXXXX it’s a little tricky … On the PushBullet Web Page (You need to be logged in)
Click on your Device in the device menu.
Note the URL for the page changed … it includes the device_iden=XXXXXXXXXXX for that device.

Deleted