mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
title and message was swapped in pushbullet (#9241)
This commit is contained in:
committed by
GitHub
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 = {}
|
||||||
|
Reference in New Issue
Block a user