From 661f4c594e749d512c78af5ff89804b8c7cc7e20 Mon Sep 17 00:00:00 2001 From: Todd Ingarfield Date: Mon, 19 Oct 2015 16:54:42 -0500 Subject: [PATCH] formatting --- homeassistant/components/thermostat/radiotherm.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/thermostat/radiotherm.py b/homeassistant/components/thermostat/radiotherm.py index 3de6fafd75d..831fd18f009 100644 --- a/homeassistant/components/thermostat/radiotherm.py +++ b/homeassistant/components/thermostat/radiotherm.py @@ -6,7 +6,8 @@ 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) + hold_temp: boolean to control if hass temp adjustments hold(True) or are + temporary(False) host: list of thermostat host/ips to control Example: @@ -17,10 +18,10 @@ thermostat: - 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. +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. """ import logging