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?