Add a "Notify person" action that targets all mobile devices assigned to a person #4240
Replies: 2 comments 1 reply
|
The notify actions you mention are old-school nowadays. The mobile app integration creates a notify entity nowadays. The advantage of a notify entity is that you can simply target multiple entities in one action. You can also group them using a GUI created notify group helper. So you could group all entities belonging to the same person, allowing you to create a However, I would still see benefits of adding a notify entity to a person entity and allowing that person entity to be a target of the |
|
The problem is that standard notify groups are not a replacement for mobile notify. When sending a notification through a notify group, mobile-specific options such as |
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
Home Assistant currently allows sending notifications to individual mobile devices using the Mobile App notify services. However, there is no simple way to target a person entity directly.
I would like a new automation action, for example "Notify person", where the user only selects a person entity and provides the notification message.
The automation engine would then automatically deliver the notification to all mobile devices that are associated with that person.
This would remove the need to reference individual devices in automations and make notifications resilient when users add, remove, or replace their phones.
Use cases
Current workarounds
Currently I have to call every individual notify.mobile_app_* service for each device that belongs to a person.
This means automations need to be updated whenever devices are added, removed, or renamed. It also makes blueprints and automations more difficult to maintain.
Anything else?
This would be similar to how Home Assistant already abstracts devices into person entities for presence detection. It would be useful if notifications could also use the person abstraction instead of requiring device-specific notify services.
The feature could automatically resolve all registered Mobile App notification targets for the selected person.
All reactions