mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update ifttt.markdown (#2769)
This commit is contained in:
parent
4bd194871d
commit
4aaa5c4054
@ -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…
x
Reference in New Issue
Block a user