Using IFTTT as a script using a data template and variables!

This commit is contained in:
CCOSTAN
2016-12-01 01:17:52 +00:00
parent 3d1951f75d
commit b7fd741c06
8 changed files with 28 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
######################################################################################################
###Script to send notifications to IFTTT to notify me on the mobile Phone!
######################################################################################################
notify_ifttt:
ifttt_notify:
sequence:
- service: ifttt.trigger
data_template: {"event":"ifttt_notify", "value1":"{{ value1 }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}