This commit is contained in:
parent
da4468108e
commit
0c51684b34
|
@ -27,7 +27,7 @@
|
|||
title: 'Garage door Status Change:'
|
||||
value1: "Small: {{ states('sensor.small_garage_reflection_rate')}}"
|
||||
value2: "Large: {{ states('sensor.large_garage_reflection_rate')}}"
|
||||
who: "carlo"
|
||||
who: "parents"
|
||||
content_type: 'jpeg'
|
||||
url: !secret camera2_snapshot
|
||||
|
||||
|
|
|
@ -15,12 +15,12 @@ notify:
|
|||
platform: group
|
||||
services:
|
||||
- service: ios_staceys_iphone
|
||||
- service: ios_carloxsmax_beta
|
||||
- service: ios_carloxsmax
|
||||
- name: ios_parents
|
||||
platform: group
|
||||
services:
|
||||
- service: ios_staceys_iphone
|
||||
- service: ios_carloxsmax_beta
|
||||
- service: ios_carloxsmax
|
||||
|
||||
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_beta
|
||||
- service: notify.ios_carloxsmax
|
||||
data:
|
||||
message: "Now that your home, please take your medicine!"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ notify_engine:
|
|||
{% if who == 'stacey' %}
|
||||
notify.ios_staceys_iphone
|
||||
{% elif who == 'carlo' %}
|
||||
notify.ios_carloxsmax_beta
|
||||
notify.ios_carloxsmax
|
||||
{% elif who == 'parents' %}
|
||||
notify.ios_parents
|
||||
{% elif who == 'family' %}
|
||||
|
|
Loading…
Reference in New Issue