Update ifttt.markdown (#2769)
This commit is contained in:
parent
4bd194871d
commit
4aaa5c4054
1 changed files with 4 additions and 4 deletions
|
@ -68,8 +68,8 @@ You need to setup a unique trigger for each event you sent to IFTTT.
|
|||
automation:
|
||||
alias: Startup Notification
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: homeassistant_start
|
||||
platform: homeassistant
|
||||
event: start
|
||||
action:
|
||||
service: ifttt.trigger
|
||||
data: {"event":"TestHA_Trigger", "value1":"Hello World!"}
|
||||
|
@ -82,8 +82,8 @@ IFTTT can also be used in scripts and with `data_template`. Here is the above a
|
|||
automation:
|
||||
alias: Startup Notification
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: homeassistant_start
|
||||
platform: homeassistant
|
||||
event: start
|
||||
action:
|
||||
service: script.ifttt_notify
|
||||
data_template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue