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!

This commit is contained in:
Carlo Costanzo
2025-09-26 14:27:55 -04:00
parent 87a70f26ca
commit f0ad2abdee
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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' %}