Skip to content

Commit 4aaa5c4

Browse files
quentinchapfabaff
authored andcommitted
Update ifttt.markdown (home-assistant#2769)
1 parent 4bd1948 commit 4aaa5c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/ifttt.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ You need to setup a unique trigger for each event you sent to IFTTT.
6868
automation:
6969
alias: Startup Notification
7070
trigger:
71-
platform: event
72-
event_type: homeassistant_start
71+
platform: homeassistant
72+
event: start
7373
action:
7474
service: ifttt.trigger
7575
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
8282
automation:
8383
alias: Startup Notification
8484
trigger:
85-
platform: event
86-
event_type: homeassistant_start
85+
platform: homeassistant
86+
event: start
8787
action:
8888
service: script.ifttt_notify
8989
data_template:

0 commit comments

Comments
 (0)