diff --git a/homeassistant/components/ifttt.py b/homeassistant/components/ifttt.py
index 1eacd61bcee4feaf075e6d1066c75b52ee410a9d..4a17a5046c6063da2cab04d9ce7aa7ef7addf55e 100644
--- a/homeassistant/components/ifttt.py
+++ b/homeassistant/components/ifttt.py
@@ -1,23 +1,10 @@
 """
 homeassistant.components.ifttt
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 This component enable you to trigger Maker IFTTT recipes.
-Check https://ifttt.com/maker for details.
-
-Configuration:
-
-To use Maker IFTTT you will need to add something like the following to your
-config/configuration.yaml.
-
-ifttt:
-  key: xxxxx-x-xxxxxxxxxxxxx
-
-Variables:
-
-key
-*Required
-Your api key
 
+For more details about this component, please refer to the documentation at
+https://home-assistant.io/components/ifttt.html
 """
 import logging
 import requests