No longer receiving Automation Notifications in Android APP

Up until a few days ago, I was receiving HA notifications on my HA Android APP from Automations. Now they are no longer working.
I have all the Notification turn ON in the APP, but I appear to be missing one:
All Home Assistant Notification: ON
SensorWorker: ON
Allow notifications dot: ON
(I think I’m missing one)
I have uninstalled/reinstalled the HA APP multiple times and cleared cache and data each time. I have tried setting this up many times with no effect.
The errors I see in the automations and system logs are:

Executed: July 19, 2024 at 10:18:22 AM
Error: Unable to find notify service for webhook ID
Logger: homeassistant.components.automation.garage_motion_detection_notification
Source: components/automation/__init__.py:776
integration: Automation (documentation, issues)
First occurred: 8:47:05 AM (13 occurrences)
Last logged: 10:18:22 AM

Error while executing automation automation.garage_motion_detection_notification: Unable to find notify service for webhook ID

I do not receive any errors or warning when setting up the HA Android APP.

Any ideas?

P.S. I have also posted this on the HA Code Github issues site, but hoping someone has run into this and has a fix - or at least ideas on what to check/test.

Thanks!

Fixed, but with a remaining issue.
I found I had half-a-dozen devices in the Mobile App Integration of HA with the same name. After Disabling them and ‘Deleting’ them. I used a different name in the HA Android APP and set it up all over again.
Now I’m getting ‘General’ notifications as before.

HOWEVER:

I cannot actually DELETE those other ‘Devices’ under the old name from the Mobile app Integration. They are Disabled, but Delete does nothing. Even after a reboot.
I’ll keep digging to see if there is a way to actually Delete dead devices from the Mobile Add Integration.

1 Like

I have the exact same issue with iOS and noticed I could delete the first instance of my mobile device integration but could not delete the subsequent ones. I also reset/cleared the cache on the companion app. After doing so, the mobile integration instance showed up again, however, the problem persisted. I had 3 mobile integration instances, each with a different number of entities.

After several iterations, here’s what I did to get it working again:

I deleted the first instance and it successfully disappeared. Then, I restarted HA and deleted the second. Restarted HA again and deleted the third and final mobile integration instance. Note at this time, HA is complaining about all automations that now cannot reach the mobile integration endpoint ( I would expect this). Finally, reconnected my iOS companion app to my HA instance and BAMM. All is right with the world.

Peace.