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!

pull/1535/head
Carlo Costanzo 3 months ago
parent 87a70f26ca
commit f0ad2abdee

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.