Update docs

This commit is contained in:
Fabian Affolter 2015-10-24 00:41:11 +02:00
parent ef4250bea6
commit d3ae268e8c

View File

@ -23,10 +23,16 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml ```yaml
thermostat: thermostat:
platform: radiotherm platform: radiotherm
host: IP_ADDRESSE host:
- 192.168.99.137
- 192.168.99.202
hold_temp: True
``` ```
Configuration variables: 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.