mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-10-09 15:48:10 +00:00
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:
@@ -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' %}
|
||||
|
Reference in New Issue
Block a user