From d3ae268e8c5df0ab632d0669600c671b625aa409 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 24 Oct 2015 00:41:11 +0200 Subject: [PATCH] Update docs --- source/components/thermostat.radiotherm.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/components/thermostat.radiotherm.markdown b/source/components/thermostat.radiotherm.markdown index a89d40f078b..782a1b13c36 100644 --- a/source/components/thermostat.radiotherm.markdown +++ b/source/components/thermostat.radiotherm.markdown @@ -23,10 +23,16 @@ To set it up, add the following information to your `configuration.yaml` file: ```yaml thermostat: platform: radiotherm - host: IP_ADDRESSE + host: + - 192.168.99.137 + - 192.168.99.202 + hold_temp: True ``` Configuration variables: -- **host** (*Required*): Your Radiotherm thermostat. +- **host** (*Required*): List of your Radiotherm thermostats +- **hold_temp** (*Required*): Boolean to control if hass temp adjustments hold(True) or are temporary(False) + +Temperature settings from Home Assistant will be sent to thermostat and then hold at that temperature. Set to `False` if you set a thermostat schedule on the thermostat itself and just want Home Assistant to send temporary temperature changes.