Hassio : where is the notify service to test iOS notifications?

I’m running hassio, and I’ve enable notifications on the iPhone home assistant app (I had to use legacy API password in order to do this, I have a seperate thread here asking if this is a bug)

I can see my phone in hassio under states. But , I do not see the “notify” service in the dev tools. How do I enable this ? I’d like to test sending notifications to my iOS device.

Did you add the ios: component and restart?

I did. Not sure what else to try.

Notification settings bottom of the page.

Click update push settings.

You should have a service notify.yourphonename.

Note: this may all be different in the beta app.

I’ll check when I have access to my HASSio instance. But what does the client app have to do with what I should see in hassio ? I’m simply using a browser on my PC for example, and accessing hassio to attempt to send notifications to my ios device.

Hassio has to know where to send the notification. How does Hassio know anything about your ios device until the two have a handshake and set things up?

And just to clarify …

The following is done in the current production version of the app.

Notification settings bottom of the page.

Click update push settings.

Then in the homeassistant developer tools under services you should have …

You should have a service notify.ios_yourphonename available.

1 Like

Issue resolved with the new BETA app. I now see the notify.ios_DEVICE_NAME in the services under developer tools and I successfully sent a notification !

Thanks !