Skip to content
Snippets Groups Projects
Commit bffce11a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Remove configuration details

parent 8a895390
No related branches found
No related tags found
No related merge requests found
"""
homeassistant.components.thermostat.radiotherm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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)
host: list of thermostat host/ips to control
Example:
thermostat:
platform: radiotherm
hold_temp: True
host:
- 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Adds support for Radio Thermostat wifi-enabled home thermostats.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/thermostat.radiotherm.html
"""
import logging
import datetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment