From 87e55820e794af1ad68b6280b18376d1d8ae4ea1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 22:39:04 +0200 Subject: [PATCH] Add link docs --- homeassistant/components/sensor/isy994.py | 3 +++ homeassistant/components/switch/isy994.py | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/isy994.py b/homeassistant/components/sensor/isy994.py index c30f618f715..a97d03fc6aa 100644 --- a/homeassistant/components/sensor/isy994.py +++ b/homeassistant/components/sensor/isy994.py @@ -2,6 +2,9 @@ homeassistant.components.sensor.isy994 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for ISY994 sensors. + +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/isy994.html """ import logging diff --git a/homeassistant/components/switch/isy994.py b/homeassistant/components/switch/isy994.py index 75032d2954d..5fb516d0690 100644 --- a/homeassistant/components/switch/isy994.py +++ b/homeassistant/components/switch/isy994.py @@ -1,8 +1,10 @@ """ homeassistant.components.switch.isy994 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Support for ISY994 switches. + +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/isy994.html """ import logging