title and message was swapped in pushbullet (#9241)

This commit is contained in:
Daniel Høyer Iversen 2017-08-31 20:41:22 +02:00 committed by GitHub
parent 7d281fd224
commit acb6b7c68d

View file

@ -127,7 +127,7 @@ class PushBulletNotificationService(BaseNotificationService):
_LOGGER.error("No such target: %s/%s", ttype, tname) _LOGGER.error("No such target: %s/%s", ttype, tname)
continue 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 from pushbullet import PushError
if data is None: if data is None:
data = {} data = {}