home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.31k stars 30.62k forks source link

Notification of Delivery_Groups #123382

Open darkman242 opened 2 months ago

darkman242 commented 2 months ago

The problem

I have set up a Delivery_Group (2 different user keys) in Pushover. When I send a test message to the group via the Pushover website, this message is delivered to both users. If I send via the HA integration with my user key and the Api key, the message is only sent to the devices of my user key. No message is sent to the second user key in the group.

What am I doing wrong? How do I need to configure the integration and/or notification in the automation?

What version of Home Assistant Core has the issue?

core-2024.8.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Pushover

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

darkman242 commented 2 months ago

I have found the error/workaround. I had to add a new entry in the integration with the group key as the user key.

Will there be a way to directly specify the group name (or key) as target in the automation (action: notify.pushover)?

home-assistant[bot] commented 2 months ago

Hey there @engrbm87, mind taking a look at this issue as it has been labeled with an integration (pushover) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `pushover` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign pushover` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


pushover documentation pushover source (message by IssueLinks)