mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57: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)
|
||||
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…
x
Reference in New Issue
Block a user