diff --git a/source/components/ifttt.markdown b/source/components/ifttt.markdown new file mode 100644 index 00000000000..4a08aa1949f --- /dev/null +++ b/source/components/ifttt.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "IFTTT" +description: "Instructions how to setup IFTTT within Home Assistant." +date: 2015-09-07 18:00 +sidebar: false +comments: false +sharing: true +footer: 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 integrate IFTTT into Home Assistant, add the following section to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +ifttt: + key: xxxxx-x-xxxxxxxxxxxxx +``` +