From b20a757454ae1b3a30b02f111de0f7bdce09a579 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 10:44:29 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/wink.py | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index c05d9502ca7..5c304b5ee98 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -3,20 +3,8 @@ homeassistant.components.wink ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Connects to a Wink hub and loads relevant components to control its devices. -Configuration: - -To use the Wink component you will need to add something like the following -to your configuration.yaml file. - -wink: - access_token: YOUR_ACCESS_TOKEN - -Variables: - -access_token -*Required -Please check https://home-assistant.io/components/wink.html for further -details. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/wink.html """ import logging