Added notify groups

This commit is contained in:
2022-02-16 16:49:23 -05:00
parent 38b42a1afe
commit 38eafb9f12

View File

@ -115,3 +115,38 @@ breaking_changes:
localtuya: !include localtuya.yaml localtuya: !include localtuya.yaml
wake_on_lan: wake_on_lan:
notify:
- platform: ios
- name: all_ios
platform: group
services:
- service: mobile_app_iphone
- service: mobile_app_tony_s_iphone
- service: mobile_app_tony_s_ipad
- service: mobile_app_kallen_iphone
- name: ios_parents
platform: group
services:
- service: mobile_app_iphone
- service: mobile_app_tony_s_ipad
- service: mobile_app_tony_s_iphone
- name: ios_tony
platform: group
services:
- service: mobile_app_tony_s_ipad
- service: mobile_app_tony_s_iphone
- name: ios_tina
platform: group
services:
- service: mobile_app_iphone
- name: ios_kallen
platform: group
services:
- service: mobile_app_kallen_iphone
- name: ios_nerds
platform: group
services:
- service: mobile_app_kallen_iphone
- service: mobile_app_tony_s_ipad
- service: mobile_app_tony_s_iphone