formatting

This commit is contained in:
Todd Ingarfield 2015-10-19 16:54:42 -05:00
parent 9464e2a13b
commit 661f4c594e

View File

@ -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