#357 & #507 - IOS Camera Stuff - Rolled back IOS Beta client. Actionable events broke.

This commit is contained in:
ccostan 2019-03-28 22:10:37 -04:00
parent da4468108e
commit 0c51684b34
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
title: 'Garage door Status Change:' title: 'Garage door Status Change:'
value1: "Small: {{ states('sensor.small_garage_reflection_rate')}}" value1: "Small: {{ states('sensor.small_garage_reflection_rate')}}"
value2: "Large: {{ states('sensor.large_garage_reflection_rate')}}" value2: "Large: {{ states('sensor.large_garage_reflection_rate')}}"
who: "carlo" who: "parents"
content_type: 'jpeg' content_type: 'jpeg'
url: !secret camera2_snapshot url: !secret camera2_snapshot

View File

@ -15,12 +15,12 @@ notify:
platform: group platform: group
services: services:
- service: ios_staceys_iphone - service: ios_staceys_iphone
- service: ios_carloxsmax_beta - service: ios_carloxsmax
- name: ios_parents - name: ios_parents
platform: group platform: group
services: services:
- service: ios_staceys_iphone - service: ios_staceys_iphone
- service: ios_carloxsmax_beta - service: ios_carloxsmax
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_beta - service: notify.ios_carloxsmax
data: data:
message: "Now that your home, please take your medicine!" message: "Now that your home, please take your medicine!"

View File

@ -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_beta notify.ios_carloxsmax
{% elif who == 'parents' %} {% elif who == 'parents' %}
notify.ios_parents notify.ios_parents
{% elif who == 'family' %} {% elif who == 'family' %}