title and message was swapped in pushbullet (#9241)
This commit is contained in:
parent
7d281fd224
commit
acb6b7c68d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class PushBulletNotificationService(BaseNotificationService):
|
|||
_LOGGER.error("No such target: %s/%s", ttype, tname)
|
||||
continue
|
||||
|
||||
def _push_data(self, title, message, data, pusher, tname=None):
|
||||
def _push_data(self, message, title, data, pusher, tname=None):
|
||||
from pushbullet import PushError
|
||||
if data is None:
|
||||
data = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue