mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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:
|
||||
# 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")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user