From 6a54ccb6b4520fa7692223c667ae55f0e8b91b9b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 09:37:45 +0200 Subject: [PATCH] Update docstring --- homeassistant/components/wink.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 8d6a5bc40b8..c05d9502ca7 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -1,8 +1,22 @@ """ 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. """ import logging