diff --git a/homeassistant/components/thermostat/radiotherm.py b/homeassistant/components/thermostat/radiotherm.py
index 831fd18f0096372ba77b5e78604aed0c009b14ae..7659613aa202e0fa3607041402645d3fac7d7c55 100644
--- a/homeassistant/components/thermostat/radiotherm.py
+++ b/homeassistant/components/thermostat/radiotherm.py
@@ -1,28 +1,10 @@
 """
 homeassistant.components.thermostat.radiotherm
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Adds support for Radio Thermostat wifi-enabled home thermostats
-
-Config:
-thermostat:
-    platform: radiotherm
-    hold_temp: boolean to control if hass temp adjustments hold(True) or are
-    temporary(False)
-    host: list of thermostat host/ips to control
-
-Example:
-thermostat:
-    platform: radiotherm
-    hold_temp: True
-    host:
-        - 192.168.99.137
-        - 192.168.99.202
-
-Configure two thermostats via the configuration.yaml.  Temperature settings
-sent from hass will be sent to thermostat and then hold at that temp.  Set
-to False if you set a thermostat schedule on the tstat itself and just want
-hass to send temporary temp changes.
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Adds support for Radio Thermostat wifi-enabled home thermostats.
 
+For more details about this platform, please refer to the documentation at
+https://home-assistant.io/components/thermostat.radiotherm.html
 """
 import logging
 import datetime