From bffce11a9aaf12b1df8dd755d3aa6a6aa7d37fd6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sat, 24 Oct 2015 00:20:18 +0200 Subject: [PATCH] Remove configuration details --- .../components/thermostat/radiotherm.py | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/homeassistant/components/thermostat/radiotherm.py b/homeassistant/components/thermostat/radiotherm.py index 831fd18f009..7659613aa20 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 -- GitLab