diff --git a/homeassistant/components/sensor/isy994.py b/homeassistant/components/sensor/isy994.py
index c30f618f715f51fa7b995844108f09b28d6488c8..a97d03fc6aad63fd90bdde22e30658db629489cc 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 75032d2954dee07d77a34023c5344d1dff982db1..5fb516d0690cbdf212787947adb09ffd3fa7aff4 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