Switch over to IOS Beta for Notifications
This commit is contained in:
parent
1f2c2fd6e8
commit
cb8be613b8
|
@ -15,12 +15,12 @@ notify:
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: ios_staceys_iphone
|
- service: ios_staceys_iphone
|
||||||
- service: ios_carloxsmax
|
- service: ios_carloxsmax_beta
|
||||||
- name: ios_parents
|
- name: ios_parents
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: ios_staceys_iphone
|
- service: ios_staceys_iphone
|
||||||
- service: ios_carloxsmax
|
- service: ios_carloxsmax_beta
|
||||||
|
|
||||||
group:
|
group:
|
||||||
Phones:
|
Phones:
|
||||||
|
@ -85,7 +85,7 @@ automation:
|
||||||
title: 'Medicine Reminder'
|
title: 'Medicine Reminder'
|
||||||
value1: 'Ok. I will remind you when you get home.'
|
value1: 'Ok. I will remind you when you get home.'
|
||||||
who: 'carlo'
|
who: 'carlo'
|
||||||
- service: notify.ios_carloxsmax
|
- service: notify.ios_carloxsmax_beta
|
||||||
data:
|
data:
|
||||||
message: "Now that your home, please take your medicine!"
|
message: "Now that your home, please take your medicine!"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ notify_engine:
|
||||||
{% if who == 'stacey' %}
|
{% if who == 'stacey' %}
|
||||||
notify.ios_staceys_iphone
|
notify.ios_staceys_iphone
|
||||||
{% elif who == 'carlo' %}
|
{% elif who == 'carlo' %}
|
||||||
notify.ios_carloxsmax
|
notify.ios_carloxsmax_beta
|
||||||
{% elif who == 'parents' %}
|
{% elif who == 'parents' %}
|
||||||
notify.ios_parents
|
notify.ios_parents
|
||||||
{% elif who == 'family' %}
|
{% elif who == 'family' %}
|
||||||
|
|
Loading…
Reference in New Issue