From 0d0eb7e7c04c19ee31376a1f1b8acf33393731b8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:10:47 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/light/tellstick.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/light/tellstick.py b/homeassistant/components/light/tellstick.py index 819dce499e9..22747c4fb04 100644 --- a/homeassistant/components/light/tellstick.py +++ b/homeassistant/components/light/tellstick.py @@ -2,6 +2,9 @@ homeassistant.components.light.tellstick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for Tellstick lights. + +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/light.tellstick.html """ import logging # pylint: disable=no-name-in-module, import-error