From 38eafb9f1279b450c5a74819d48fbb0c821b224c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 16 Feb 2022 16:49:23 -0500 Subject: [PATCH] Added notify groups --- configuration.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 1c0be35..6a73bb1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -115,3 +115,38 @@ breaking_changes: localtuya: !include localtuya.yaml 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