From 1a018e3ee7f4f20ffa3f1b37dc2ec7a9d9c3c84e Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sun, 25 Oct 2015 15:06:10 +0100 Subject: [PATCH] Remove configuration details --- homeassistant/components/ifttt.py | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/homeassistant/components/ifttt.py b/homeassistant/components/ifttt.py index 1eacd61bcee..4a17a5046c6 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 -- GitLab