Notify group or all iOS app devices

I’ve recently switched over to notify.mobile_app_<your_device_id_here> format for sending iOS push notifications. In the past I was able to make a group and send most push notifications to that group using this config:

notify:  
- name: all_ios_devices
    platform: group
    services:
      - service: ios_jon_iphone
      - service: ios_margis_iphone

and then service:notify.all_ios_devices in my automations. That doesn’t work anymore, is there a way to send to multiple devices in a set group or just all devices anymore?

Notify groups still work. You just have to add “mobile_app_” in front of your existing listed services.

See: https://companion.home-assistant.io/docs/notifications/notifications-basic/#sending-notifications-to-multiple-devices

1 Like

That did the trick, thank you I didn’t find that section.

1 Like