home-assistant.github.io/source/components/ifttt.markdown
Carlo Costanzo 94f28d9832 Added note section
Added in 'Note class' for the note tip to match other pages.
2015-09-07 13:06:41 -04:00

1.6 KiB

layout title description date sidebar comments sharing footer
page IFTTT Instructions how to setup IFTTT within Home Assistant. 2015-09-07 18:00 false false true true
[IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional statements, so called "recipes". With the ifttt component you can trigger recipes through the "maker" channel.

To load the IFTTT component into Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
ifttt:
  key: xxxxx-x-xxxxxxxxxxxxx

You can find your secret key by viewing the properties of the [Maker Channel] (https://ifttt.com/maker)

Once you have added your entries to configuration.yaml, restart your Home Assistant server. This will load up the IFTTT component and create a service trigger.

After restarting the server, be sure to watch the console for any logging errors that show up in red, white or yellow.

You can use the developer tools to test your [Maker Channel] (https://ifttt.com/maker) trigger. The payload for the trigger should be {"event":"EventName"}.

Example : {"event":"TestHA_Trigger"}

example

On the [Maker Channel] (https://ifttt.com/maker) side of things, you should have a recipe that looks something similiar to this:

Maker Channel Preview