#Notifications not present, loosing my mind ;p

1 messages · Page 1 of 1 (latest)

stiff pilot
#

So long time user always used the notify.mobile_whatever to send notifications but never used it that much and recently i had the need to use it. But there are 0 notify.* entries when i check states in developer tools. I followed all the basic things i came acros:

  • Log out log in home assistant app
  • Remove entry in mobile app in home assistant
  • Pushed the button in the companion app under the push-id and see the id chnage
  • Restarted HA in between
  • Completly remove the app from the phone, then deleted the mobile app device in HA. Then reinstalled the app and still nothing

Yes, notifications are turned on for the app, all options are turned on. I gave it all the possible rights it can have. For fun i tried my wifes phone, she gets the exact same issue also no notify.* items. Am i so out of touch with HA that i missed an update or am i seeing things.

Also followed https://companion.home-assistant.io/docs/troubleshooting/faqs/?utm_source=chatgpt.com#i-dont-see-a-notifymobile_app-action-for-my-device-in-my-dev-services-panel and tried the usual AI crap suggestions too 🙂

Below is a list of common issues and troubleshooting advice to address them. For more support please look at the more help page

toxic comet
#

I also have this issue. It’s frustrating me. I can’t register my phone for notifications. All the users I have can receive notifications except me

stiff pilot
#

I can’t even have 1 phone working..could make a ticket but I am pretty sure they would send me here first hence the question 🤣

thin bane
#

The below works for me

action: notify.mobile_app_myphone
data:
  message: "{{states('input_text.message')}}."
  title: Mode Status > {{states('input_select.mode')}}

the action being the important piece of - it has worked on iOS 18 and still working with iOS 26.4

mental whale
#

I have only one BIG problem with the latest HA release 2026.4.1. It seems that "channel" and "group" options are not working anymore. No more grouped notifications but only a long list of all notifications coming from HA based only on time...

stiff pilot
tender pebble
tender pebble
#

oh, Ive never used that. For me there's a notify.mobile_app_<name of my phone> option in the actions dropdown at the top

#

That's what I use

tender pebble
stiff pilot
#

so i searched in that list for my phone, and low and behold it is there.. tested it out and it works..

#

such a silly little thing that got me all screwed up for so long doh..

#

friend of mine mentioned he did see his devices in that list, so assumed mine was broken ;p

tender pebble
#

huh. I'm not really sure then. it does seem kind of odd that phones don't show up there

#

though that particular action can only send a message, nothing else

#

so its pretty tough to use it for mobile app notifications anyway. There's a ton more options available and none of htem can be used there

stiff pilot
#

yeah there is also a "send a notification" notify.notify you can select targets, but there i cannot select any phone. Kind of weird

#

same if i go to helpers in the UI, then select make a group, then select notify. Also i cannot select any targets there

#

could you see if that works for you..?

tender pebble
#

so I think notify.notify works but target means something totally different then elsewhere. Its way older then the target picker you see on all other actions and the difference hasn't been reconciled

tender pebble
# stiff pilot yeah there is also a "send a notification" notify.notify you can select targets,...

Yea I think you just have to do what I described above. Find the specific action called notify.mobile_app_<your phone name> in the list of actions and use that. I looked up the notify.notify service and there's a whole note on the companion app notifications about this: https://www.home-assistant.io/integrations/notify/#companion-app-notifications

Home Assistant

Instructions on how to add user notifications to Home Assistant.

#

I think notify.notify is borderline unusable these days reading the documentation actually lol

stiff pilot
#

well at least i don't feel that dumb anymore 😉

tender pebble
#

but if memory serves the target there is referenceing that some integrations register one notification service/action and then use that field to basically send a message to differnet channels. And you just have to read the doc about what to write there

stiff pilot
#

well the whole thing started because i wanted to make a notify group , so i could just do notify.family and it would target all phones

tender pebble
stiff pilot
#

Docs: Notify groups
This group is a special case of groups currently only available via YAML configuration.

tender pebble
#

see how twilio makes one service and then you use target to select a phone number

stiff pilot
#

Yet you can go to the UI -> Helpers -> Groups -> Notify..

tender pebble
#

instead of making a service per phone number

stiff pilot
#

yeah so its a mix of both seems like it..

tender pebble
#

idk notifications need some love lol. Its been a pending project for a major refactor for a while

stiff pilot
#

i used notify back in the days when Frenck wasn't a thing, so thats a long time ago ;p

tender pebble
#

haha fair enough

#

yea so like for example on my system when I Try to make a notify group I can only see one option. I added the File integration to let me write to a file

#

out of hte many notification service options I have and use in my automations, that's the only one that appears

stiff pilot
#

yeah notify for mobile i think that still works but only if you do it in yaml

#

for groups that is

tender pebble
#

yea it definitely does in yaml. I have multiple of htose setup

#

you just set action to mobile_app_<phone name>

stiff pilot
#

and this all started because i didn't get a push notification for my bin from the app of my city. Had to bring the trash far away myself got so fed up that i wanted a backup notification.. i think i am overdoing it but now i just want it done ;p

tender pebble
#

lol I just looked at mine and mine's even more hilarious. I have a bunch of notify groups in yaml that look like this:

- name: home
  platform: group
  services: []
#

And then I have an automation that listens for the call service event for those and passes it off to a script lol

#

since all these notification services have such different options and refuse to accept things they don't understand that are only for one

stiff pilot
#

and notify doesn't do auto complete anywhere.. ;p