mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Additional scattered info for IFTTT Documentation
I entered in some additional information on setting up the Maker channel with HA. It still needs information on setting up actual automations etc... Once I figure that out, I will screenshot and document. :)
This commit is contained in:
parent
8d6ab92cd4
commit
49f79a4fae
@ -11,7 +11,7 @@ footer: true
|
|||||||
<img src='/images/supported_brands/ifttt.png' class='brand pull-right' />
|
<img src='/images/supported_brands/ifttt.png' class='brand pull-right' />
|
||||||
[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.
|
[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 integrate IFTTT into Home Assistant, add the following section to your `configuration.yaml` file:
|
To load the IFTTT component into Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -19,3 +19,24 @@ ifttt:
|
|||||||
key: xxxxx-x-xxxxxxxxxxxxx
|
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.
|
||||||
|
|
||||||
|
Note: 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"}`
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user