Closes #881 - Obsolete Service_TEMPLATE and Data_TEMPLATE

This commit is contained in:
ccostan
2020-09-26 10:52:45 -04:00
parent 5ca2927919
commit b17be0e2f1
74 changed files with 171 additions and 170 deletions

View File

@@ -69,7 +69,7 @@ automation:
actionName: NOT_HOME
action:
- service: script.notify_engine
data_template:
data:
title: 'Medicine Reminder'
value1: 'Ok. I will remind you when you get home.'
who: 'carlo'
@@ -77,7 +77,7 @@ automation:
- wait_template: >-
{{ states.person.carlo.state == 'home' }}
- service: script.notify_engine
data_template:
data:
title: 'Medicine Reminder'
value1: 'Now that your home, please take your medicine!'
who: 'carlo'
@@ -107,7 +107,7 @@ automation:
action:
- service: script.notify_engine
data_template:
data:
title: 'Medicine Alert!'
value1: 'Please take your Medicine!'
ios_category: "tablet"