#Easiest way to set up phone notifications?

1 messages · Page 1 of 1 (latest)

nova brook
#

Is there an easy/right way to set up notifications on phone via ha android app?
I read it is done via automations...but do I have to set up an automation for every single notification I want to get on my phone or is there an easier way, like an integration that helps with this?

Because I'm already running into my first issue: I use Dreame integration to control my vacum robot and get notifications from it. In the integration I can enable persistant notifications. So I use these persistant notifications as an if condition. It also let's me set the specific Notification ID, which I grabbed from dev tools, event subscription call_service. It looks like this dreame_vacuum_70:C9:32:38:34:25_cleanup_completed_1734615638
Unfortunately with each notification of that type the last numbers after the last underscore change, so I cannot use this to trigger notifications on my phone. Any ideas how to solve this?

severe isle
#

Yes, automations send the notifications you want, though you can use #1284966664357810196 to do a notification if the event has dreame_vacuum in it

nova brook
#

...or would you take a different approach to start with? Because I have other integrations that don't automatically create persistant notification I can use as if conditions for my mobile notifications.