diff --git a/homeassistant/components/pushover/notify.py b/homeassistant/components/pushover/notify.py index dd711c80aaf..bcf47264108 100644 --- a/homeassistant/components/pushover/notify.py +++ b/homeassistant/components/pushover/notify.py @@ -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,