mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix sending notification to multiple targets in Pushover (#78111)
fix sending to mulitple targets
This commit is contained in:
parent
dbcb269111
commit
17ed090f98
@ -128,7 +128,7 @@ class PushoverNotificationService(BaseNotificationService):
|
||||
self.pushover.send_message(
|
||||
self._user_key,
|
||||
message,
|
||||
kwargs.get(ATTR_TARGET),
|
||||
",".join(kwargs.get(ATTR_TARGET, [])),
|
||||
title,
|
||||
url,
|
||||
url_title,
|
||||
|
Loading…
x
Reference in New Issue
Block a user