mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Closes #881 - Obsolete Service_TEMPLATE and Data_TEMPLATE
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user