From ba9cfa79877991cf443e77bb034b8e0141aa7745 Mon Sep 17 00:00:00 2001 From: "Cristian F. Stoica" Date: Mon, 12 May 2025 16:09:41 +0300 Subject: [PATCH] Added required domains for push notifications googleapis.com subdomains are required for the push notifications to work --- docs/troubleshooting/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/setup.md b/docs/troubleshooting/setup.md index ee7bcb2351a..05597fa6528 100644 --- a/docs/troubleshooting/setup.md +++ b/docs/troubleshooting/setup.md @@ -23,7 +23,7 @@ When you have saved these changes, restart Home Assisant and, after Home Assista ## I don't see a `notify.mobile_app` action for my device in my `dev-services` panel Once you have [set up](/getting_started/index.mdx) the Companion app you will need to restart Home Assistant for the `notify.mobile_app` action to register. On iOS the `notify.mobile_app_` action will be created provided you granted notification permissions during setup, on Android the action will appear after the restart. If you can't see this, [force quit on iOS](https://support.apple.com/HT201330) or force stop on Android. Then relaunch the Companion app and finally restart your Home Assistant instance. The action should now be listed in the `Developer Tools > Actions` panel. -![iOS](/assets/iOS.svg) If you don't see the action on iOS, check the notification settings within the app (swipe right to bring up the sidebar, then tap "[Settings](https://my.home-assistant.io/redirect/config/)", and then tap "Companion App", then "Notifications"). If the "Push ID" box is empty, tap the Reset button below it. +![iOS](/assets/iOS.svg) If you don't see the action on iOS, check the notification settings within the app (swipe right to bring up the sidebar, then tap "[Settings](https://my.home-assistant.io/redirect/config/)", and then tap "Companion App", then "Notifications"). If the "Push ID" box is empty, tap the Reset button below it. The following (sub)domains need to be allowed by the firewall: [firebaseinstallations.googleapis.com](firebaseinstallations.googleapis.com) and [fcmtoken.googleapis.com](fcmtoken.googleapis.com). ![Android](/assets/android.svg) If you still don't see the action on Android follow the steps to [start fresh](#starting-fresh-with-the-android-app).