diff --git a/atom.xml b/atom.xml index f8af741152..12faf674e1 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To send notifications to multiple phones, create a notification group:
+notify:
+ - name: NOTIFIER_NAME
+ platform: group
+ services:
+ - service: ios_iphone_one
+ - service: ios_iphone_two
+
+Now, you can send notifications to everyone in the group using:
+ automation:
+ - alias: Notify iOS app
+ trigger:
+ ...
+ action:
+ service: notify.NOTIFIER_NAME
+ data:
+ message: "Something happened at home!"
+ data:
+ push:
+ badge: 5
+
+