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.7k stars 30.83k forks source link

VPN Provider blocked by HA API #130510

Open target-bravo opened 3 days ago

target-bravo commented 3 days ago

The problem

notify.notify unable to send notifications to any HA apps.

What version of Home Assistant Core has the issue?

2024.11.1

What was the last working version of Home Assistant Core?

2024.11.1

What type of installation are you running?

Home Assistant OS

Integration causing the issue

notify

Link to integration documentation on our website

https://www.home-assistant.io/integrations/notify/

Diagnostics information

Logger: homeassistant.components.mobile_app.notify Source: components/mobile_app/notify.py:202 integration: Mobile App (documentation, issues) First occurred: 08:40:40 (44 occurrences) Last logged: 09:16:47

Timeout sending notification to https://mobile-apps.home-assistant.io/api/sendPush/android/v1 Timeout sending notification to https://mobile-apps.home-assistant.io/api/sendPushNotification

Example YAML snippet

n/a

Anything in the logs that might be useful for us?

After looking at the error I received after trying to send notifications I changed the gateway HA was using from my VPN provider Mullvad 141.98.252.224 to my ISP. This has restored notifications but should the IP address of the API server change for whatever reason I will need to manually fix it again. Can the API be fixed so it allows connections from my VPN provider?

Additional information

No response

home-assistant[bot] commented 3 days ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (notify) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `notify` 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 notify` 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)


notify documentation notify source (message by IssueLinks)