1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer
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 |

# Example configuration.yaml entry
ifttt:
key: xxxxx-x-xxxxxxxxxxxxx
Key is your API key which can be obtained by viewing the properties of the Maker Channel.
Property screen of the Maker Channel
Once you have added your key to configuration.yaml
, restart your Home Assistant server. This will load up the IFTTT component and make a service available to trigger events in IFTTT.
After restarting the server, be sure to watch the console for any logging errors that show up in red, white or yellow.
{% linkable_title Testing your trigger %}
You can use the developer tools to test your Maker Channel trigger. To do this, open the Home Assistant UI, open the sidebar, click on the first icon in the developer tools. This should get you to the 'Call Service' screen. Fill in the following values:
Field | Value |
---|---|
domain | ifttt |
service | trigger |
Service Data | {"event": "EventName", "value1": "Hello World"} |
When your screen looks like this, click the 'call service' button.
{% linkable_title Setting up a recipe %}
You need to setup a unique trigger for each event you sent to IFTTT.