Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/troubleshooting/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<Device_ID>` 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).

Expand Down