mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
title and message was swapped in pushbullet (#9241)
This commit is contained in:
parent
7d281fd224
commit
acb6b7c68d
@ -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 = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user