diff --git a/homeassistant/components/sensor/mysensors.py b/homeassistant/components/sensor/mysensors.py
index 84c62b2646954b9e3f5839dfb7bdbba783136085..cb959522134c316328417a6ec6faa98a06364c0d 100644
--- a/homeassistant/components/sensor/mysensors.py
+++ b/homeassistant/components/sensor/mysensors.py
@@ -3,40 +3,8 @@ homeassistant.components.sensor.mysensors
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Support for MySensors sensors.
 
-Configuration:
-
-To use the MySensors sensor you will need to add something like the
-following to your configuration.yaml file.
-
-sensor:
-  platform: mysensors
-  port: '/dev/ttyACM0'
-
-Variables:
-
-port
-*Required
-Port of your connection to your MySensors device.
-
-debug
-*Optional
-Enable or disable verbose debug logging.
-
-persistence
-*Optional
-Enable or disable local persistence of sensor information.
-Note: If this is disabled, then each sensor will need to send presentation
-      messages after Home Assistant starts
-
-persistence_file
-*Optional
-Path to a file to save sensor information.
-Note: The file extension determines the file type.  Currently supported file
-      types are 'pickle' and 'json'.
-
-version
-*Optional
-Specifies the MySensors protocol version to use (ex. 1.4, 1.5).
+For more details about this platform, please refer to the documentation at
+https://home-assistant.io/components/sensor.mysensors.html
 """
 import logging