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

@@ -23,13 +23,13 @@
message: "Took Medicine today."
- service: mqtt.publish
data_template:
data:
payload: '{{ states("sensor.date") }}'
topic: 'dash/medicine/medicine_time'
retain: true
- service: script.notify_engine
data_template:
data:
title: 'Medicine Reminder Completed'
value1: 'Carlo Took Medicine today.'
who: 'parents'