Updates Radio Thermostat for Climate 1.0

This commit is contained in:
Franck Nijhof 2019-07-10 21:59:00 +02:00
parent 2d0b94f919
commit 82640cc645
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -16,7 +16,6 @@ redirect_from:
- /components/climate.radiotherm/ - /components/climate.radiotherm/
--- ---
The `radiotherm` climate platform let you control a thermostat from [Radio Thermostat](http://www.radiothermostat.com/) or [3M Filtrete](http://www.radiothermostat.com/filtrete/products/). Your thermostat must have the Wi-Fi module installed and connected to your network. The `radiotherm` climate platform let you control a thermostat from [Radio Thermostat](http://www.radiothermostat.com/) or [3M Filtrete](http://www.radiothermostat.com/filtrete/products/). Your thermostat must have the Wi-Fi module installed and connected to your network.
The underlying library supports: The underlying library supports:
@ -49,16 +48,6 @@ host:
description: List of your Radiotherm thermostats. If not provided the thermostats will be auto-detected. description: List of your Radiotherm thermostats. If not provided the thermostats will be auto-detected.
required: false required: false
type: list type: list
away_temperature_heat:
description: Target heating temperature in Fahrenheit for away mode. This is separate from away mode in the app.
required: false
default: 60
type: float
away_temperature_cool:
description: Target cooling temperature in Fahrenheit for away mode. This is separate from away mode in the app.
required: false
default: 85
type: float
hold_temp: hold_temp:
description: Boolean to control if Home Assistant temperature adjustments hold (`true`) or are temporary (`false`). description: Boolean to control if Home Assistant temperature adjustments hold (`true`) or are temporary (`false`).
required: false required: false
@ -68,8 +57,6 @@ hold_temp:
Set `hold_temp: true` if you want temperature settings from Home Assistant to override a thermostat schedule on the thermostat itself. Otherwise Home Assistant will perform temporary temperature changes. Set `hold_temp: true` if you want temperature settings from Home Assistant to override a thermostat schedule on the thermostat itself. Otherwise Home Assistant will perform temporary temperature changes.
The away mode functions similarly to the away mode feature of the website and apps, but cannot detect if you set away mode outside of Home Assistant.
Multiple thermostats can be assigned by using `host:` if auto-detection is not used. Multiple thermostats can be assigned by using `host:` if auto-detection is not used.
```yaml ```yaml