mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update pushbullet.py (#9200)
This commit is contained in:
parent
e76e9e0966
commit
6505019701
@ -89,7 +89,7 @@ class PushBulletNotificationService(BaseNotificationService):
|
|||||||
|
|
||||||
if not targets:
|
if not targets:
|
||||||
# Backward compatibility, notify all devices in own account
|
# Backward compatibility, notify all devices in own account
|
||||||
self._push_data(filepath, message, title, self.pushbullet, url)
|
self._push_data(filepath, message, title, url, self.pushbullet)
|
||||||
_LOGGER.info("Sent notification to self")
|
_LOGGER.info("Sent notification to self")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user