With the new notification section added in the latest SickBeard release from a couple of days back, when you put in your Pushbullet Access Token in SB, it refreshes to give you a list of devices and you can pick one or all of them to notify. This is a nifty feature as I have multiple devices set up and need notification in only one and this way need not go into pushbullet to find the device_iden. Would it be possible to make this change ? Adding screen shot below
Adding something like this
p = PushBullet(apiKey)
print(p.getDevices())
should get the list (taken from reddit - http://www.reddit.com/r/PushBullet/comments/26d2x0/pushbullet_python_problem_how_do_i_know_what_id/)
Thanks