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?