From cb8be613b8b00a7248e7ac7f660a746b6da13261 Mon Sep 17 00:00:00 2001
From: ccostan <carlo@ipm.com>
Date: Thu, 28 Mar 2019 16:59:27 -0400
Subject: [PATCH] Switch over to IOS Beta for Notifications

---
 config/packages/ios.yaml         | 6 +++---
 config/script/notify_engine.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml
index 457805c5..fd2b7b73 100755
--- a/config/packages/ios.yaml
+++ b/config/packages/ios.yaml
@@ -15,12 +15,12 @@ notify:
     platform: group
     services:
       - service: ios_staceys_iphone
-      - service: ios_carloxsmax
+      - service: ios_carloxsmax_beta
   - name: ios_parents
     platform: group
     services:
       - service: ios_staceys_iphone
-      - service: ios_carloxsmax
+      - service: ios_carloxsmax_beta
 
 group:
   Phones:
@@ -85,7 +85,7 @@ automation:
           title: 'Medicine Reminder'
           value1: 'Ok. I will remind you when you get home.'
           who: 'carlo'
-      - service: notify.ios_carloxsmax
+      - service: notify.ios_carloxsmax_beta
         data:
           message: "Now that your home, please take your medicine!"
 
diff --git a/config/script/notify_engine.yaml b/config/script/notify_engine.yaml
index d52bfeec..8fa6c6ea 100755
--- a/config/script/notify_engine.yaml
+++ b/config/script/notify_engine.yaml
@@ -28,7 +28,7 @@ notify_engine:
           {% if who == 'stacey' %}
             notify.ios_staceys_iphone
           {% elif who == 'carlo' %}
-            notify.ios_carloxsmax
+            notify.ios_carloxsmax_beta
           {% elif who == 'parents' %}
             notify.ios_parents
           {% elif who == 'family' %}