From 4e8ca7e7ba5b62f0b5c3184f2b94abf75fc8c120 Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 15 Feb 2019 15:30:18 -0500 Subject: [PATCH] Updated with new XSMax phone. --- config/packages/ios.yaml | 8 ++++---- config/script/notify_engine.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml index e2691917..55829ebf 100755 --- a/config/packages/ios.yaml +++ b/config/packages/ios.yaml @@ -63,7 +63,7 @@ automation: event_data: actionName: TABLET_TAKEN action: - - service: notify.ios_carlo_6s + - service: notify.ios_carloxsmax data: message: "Great job!" - service: input_boolean.turn_on @@ -76,12 +76,12 @@ automation: event_data: actionName: NOT_HOME action: - - service: notify.ios_carlo_6s + - service: notify.ios_carloxsmax data: message: "Ok. I will remind you when you get home." - wait_template: >- {{ states.device_tracker.carlo.state == 'home' }} - - service: notify.ios_carlo_6s + - service: notify.ios_carloxsmax data: message: "Now that your home, please take your medicine!" @@ -108,7 +108,7 @@ automation: state: 'off' action: - - service: notify.ios_carlo_6s + - service: notify.ios_carloxsmax data: title: "Medicine Alert!" message: "Please take your Medicine!" diff --git a/config/script/notify_engine.yaml b/config/script/notify_engine.yaml index 1f061029..178e8e2b 100755 --- a/config/script/notify_engine.yaml +++ b/config/script/notify_engine.yaml @@ -25,7 +25,7 @@ notify_engine: {% if who == 'stacey' %} notify.ios_staceys_iphone {% elif who == 'carlo' %} - notify.ios_carlo_6s + notify.ios_carloxsmax {% elif who == 'parents' %} notify.ios_parents {% else %}