mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
formatting
This commit is contained in:
parent
9464e2a13b
commit
661f4c594e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user