|
|
|
@ -63,7 +63,7 @@ automation:
|
|
|
|
event_data:
|
|
|
|
event_data:
|
|
|
|
actionName: TABLET_TAKEN
|
|
|
|
actionName: TABLET_TAKEN
|
|
|
|
action:
|
|
|
|
action:
|
|
|
|
- service: notify.ios_carlo_6s
|
|
|
|
- service: notify.ios_carloxsmax
|
|
|
|
data:
|
|
|
|
data:
|
|
|
|
message: "Great job!"
|
|
|
|
message: "Great job!"
|
|
|
|
- service: input_boolean.turn_on
|
|
|
|
- service: input_boolean.turn_on
|
|
|
|
@ -76,12 +76,12 @@ automation:
|
|
|
|
event_data:
|
|
|
|
event_data:
|
|
|
|
actionName: NOT_HOME
|
|
|
|
actionName: NOT_HOME
|
|
|
|
action:
|
|
|
|
action:
|
|
|
|
- service: notify.ios_carlo_6s
|
|
|
|
- service: notify.ios_carloxsmax
|
|
|
|
data:
|
|
|
|
data:
|
|
|
|
message: "Ok. I will remind you when you get home."
|
|
|
|
message: "Ok. I will remind you when you get home."
|
|
|
|
- wait_template: >-
|
|
|
|
- wait_template: >-
|
|
|
|
{{ states.device_tracker.carlo.state == 'home' }}
|
|
|
|
{{ states.device_tracker.carlo.state == 'home' }}
|
|
|
|
- service: notify.ios_carlo_6s
|
|
|
|
- service: notify.ios_carloxsmax
|
|
|
|
data:
|
|
|
|
data:
|
|
|
|
message: "Now that your home, please take your medicine!"
|
|
|
|
message: "Now that your home, please take your medicine!"
|
|
|
|
|
|
|
|
|
|
|
|
@ -108,7 +108,7 @@ automation:
|
|
|
|
state: 'off'
|
|
|
|
state: 'off'
|
|
|
|
|
|
|
|
|
|
|
|
action:
|
|
|
|
action:
|
|
|
|
- service: notify.ios_carlo_6s
|
|
|
|
- service: notify.ios_carloxsmax
|
|
|
|
data:
|
|
|
|
data:
|
|
|
|
title: "Medicine Alert!"
|
|
|
|
title: "Medicine Alert!"
|
|
|
|
message: "Please take your Medicine!"
|
|
|
|
message: "Please take your Medicine!"
|
|
|
|
|