#Create a Notify Group
1 messages · Page 1 of 1 (latest)
Those groups just work for notify entities, not notify action calls (like companion apps).
Newer integrations provide said notify entities, but older ones don't (yet).
Right, that's what I've feared 🙁
So as it stands, only option is to either send individual notifications to companion app or create a YAML group with:
notify:
- name: ALL_DEVICES
platform: group
services:- action: mobile_app_iphone_one
- action: mobile_app_iphone_two
- action: mobile_app_ipad_one
- action: mobile_app_pixel_4_xl
Correct.