Send notification to user as opposed to device

Currently when setting up an automation that send a notification the script needs the device name. Instead of selecting a device what about selecting a User such that all signed in devices under that User receive the notification?

Just in case you didn’t know, you can do this now, it’s just that you have to manually add all a person’s devices. So the feature request to have this more automatic might be interesting (i.e. if you add devices to a person in the GUI). Any, to do it now, in configuration.yaml I have:

notify: !include notify.yaml

Then in notify.yaml I have:

- platform: group
  name: kyle
  services:
    - service: mobile_app_kyles_ipad
    - service: mobile_app_kyles_iphone

And then in an automation I can use:

  - data:
      message: "the message"
      title: "the title"
      data:
        push:
          badge: "1"
    action: notify.kyle

Similar existing FR’s: