We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1948 commit 4aaa5c4Copy full SHA for 4aaa5c4
source/_components/ifttt.markdown
@@ -68,8 +68,8 @@ You need to setup a unique trigger for each event you sent to IFTTT.
68
automation:
69
alias: Startup Notification
70
trigger:
71
- platform: event
72
- event_type: homeassistant_start
+ platform: homeassistant
+ event: start
73
action:
74
service: ifttt.trigger
75
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
82
83
84
85
86
87
88
service: script.ifttt_notify
89
data_template:
0 commit comments