From f0ad2abdeedd513eec505be442a3616d750e7539 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 26 Sep 2025 14:27:55 -0400 Subject: [PATCH] Update notification services in ios.yaml and notify_engine.yaml to replace 'mobile_app_carlo_xsmax' with 'mobile_app_carlo_maxpro' for consistency across configurations. NEW IPHONE! --- config/packages/ios.yaml | 4 ++-- config/script/notify_engine.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml index 8373eea9..0dc71983 100755 --- a/config/packages/ios.yaml +++ b/config/packages/ios.yaml @@ -13,12 +13,12 @@ notify: platform: group services: - service: mobile_app_stacey_iphone11 - - service: mobile_app_carlo_xsmax + - service: mobile_app_carlo_maxpro - name: ios_parents platform: group services: - service: mobile_app_stacey_iphone11 - - service: mobile_app_carlo_xsmax + - service: mobile_app_carlo_maxpro mobile_app: diff --git a/config/script/notify_engine.yaml b/config/script/notify_engine.yaml index 45e4804c..ff8be20c 100755 --- a/config/script/notify_engine.yaml +++ b/config/script/notify_engine.yaml @@ -41,7 +41,7 @@ notify_engine: {% if who == 'stacey' %} notify.mobile_app_stacey_iphone11 {% elif who == 'carlo' %} - notify.mobile_app_carlo_xsmax + notify.mobile_app_carlo_maxpro {% elif who == 'parents' %} notify.ios_parents {% elif who == 'family' %} @@ -69,7 +69,7 @@ notify_engine_two_button: {% if who == 'stacey' %} notify.mobile_app_stacey_iphone11 {% elif who == 'carlo' %} - notify.mobile_app_carlo_xsmax + notify.mobile_app_carlo_maxpro {% elif who == 'parents' %} notify.ios_parents {% elif who == 'family' %}