From 7ec1424825bf84d127352ff2567e9221c154af4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 10:47:31 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/switch/wink.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switch/wink.py b/homeassistant/components/switch/wink.py index da708d2a1f7..45168cfa0d0 100644 --- a/homeassistant/components/switch/wink.py +++ b/homeassistant/components/switch/wink.py @@ -1,8 +1,10 @@ """ homeassistant.components.switch.wink ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Support for Wink switches. + +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/switch.wink.html """ import logging @@ -23,8 +25,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None): if token is None: logging.getLogger(__name__).error( - "Missing wink access_token - " - "get one at https://winkbearertoken.appspot.com/") + "Missing wink access_token. " + "Get one at https://winkbearertoken.appspot.com/") return pywink.set_bearer_token(token)