Making changes to suppor tthe new Mobile APP integration for HA companion 2.0. #750

This commit is contained in:
ccostan
2020-06-04 13:15:01 -04:00
parent 7cbdf1aa0f
commit e7293393e9
5 changed files with 12 additions and 38 deletions

View File

@@ -30,9 +30,9 @@ notify_engine:
- service_template: >
{% if who == 'stacey' %}
notify.ios_staceys_iphone
notify.mobile_app_stacey_6s
{% elif who == 'carlo' %}
notify.ios_carloxsmax
notify.mobile_app_carlo_xsmax
{% elif who == 'parents' %}
notify.ios_parents
{% elif who == 'family' %}
@@ -51,7 +51,7 @@ notify_engine:
apns_headers:
'apns-collapse-id': "{{ apns_id }}"
push:
sound: "{{ ios_sound }}"
badge: "{{ ios_badge }}"
# sound: "{{ ios_sound }}"
# badge: "{{ ios_badge }}"
category: "{{ ios_category }}"
entity_id: "{{ camera_entity }}"