mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +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:
|
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…
x
Reference in New Issue
Block a user