mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update docs
This commit is contained in:
parent
ef4250bea6
commit
d3ae268e8c
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user