mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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:
|
Config:
|
||||||
thermostat:
|
thermostat:
|
||||||
platform: radiotherm
|
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
|
host: list of thermostat host/ips to control
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@ -17,10 +18,10 @@ thermostat:
|
|||||||
- 192.168.99.137
|
- 192.168.99.137
|
||||||
- 192.168.99.202
|
- 192.168.99.202
|
||||||
|
|
||||||
Configure two thermostats via the configuration.yaml. Temperature settings sent from
|
Configure two thermostats via the configuration.yaml. Temperature settings
|
||||||
hass will be sent to thermostat and then hold at that temp. Set to False if you set
|
sent from hass will be sent to thermostat and then hold at that temp. Set
|
||||||
a thermostat schedule on the tstat itself and just want hass to send temporary temp
|
to False if you set a thermostat schedule on the tstat itself and just want
|
||||||
changes.
|
hass to send temporary temp changes.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user