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:
|
automation:
|
||||||
alias: Startup Notification
|
alias: Startup Notification
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: homeassistant
|
||||||
event_type: homeassistant_start
|
event: start
|
||||||
action:
|
action:
|
||||||
service: ifttt.trigger
|
service: ifttt.trigger
|
||||||
data: {"event":"TestHA_Trigger", "value1":"Hello World!"}
|
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:
|
automation:
|
||||||
alias: Startup Notification
|
alias: Startup Notification
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: homeassistant
|
||||||
event_type: homeassistant_start
|
event: start
|
||||||
action:
|
action:
|
||||||
service: script.ifttt_notify
|
service: script.ifttt_notify
|
||||||
data_template:
|
data_template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue