Fix sending notification to multiple targets in Pushover (#78111)

fix sending to mulitple targets
This commit is contained in:
Rami Mosleh 2022-09-10 20:35:26 +03:00 committed by Paulus Schoutsen
parent c731e2f125
commit cdd5c809bb

View File

@ -128,7 +128,7 @@ class PushoverNotificationService(BaseNotificationService):
self.pushover.send_message( self.pushover.send_message(
self._user_key, self._user_key,
message, message,
kwargs.get(ATTR_TARGET), ",".join(kwargs.get(ATTR_TARGET, [])),
title, title,
url, url,
url_title, url_title,