core/homeassistant/components/thermostat
Dan Smith 062fe79b3f Add Honeywell US thermostat support
This adds support for the US variant of the Honeywell connected
thermostat. The interface is super simple, so this doesn't add
any external dependencies. It supports basic temperature, setpoint,
and control.

Issue #998 notes that the existing honeywell module doesn't work
for US models, which is because they are totally different. In order
to indicate to the honeywell platform module that the thermostat
is a US-type, we key off of whether or not the thermostat id is
provided. This is something that US people have (and require to
identify one of potentially multiple thermostats in their account)
and EU people will not.
2016-02-06 20:14:40 +00:00
..
__init__.py thermostat: add service to control fan mode 2016-01-24 12:47:21 -06:00
demo.py Update docstring (config file) and attempt to honor PEP0257 2015-09-07 19:05:37 +02:00
ecobee.py Update docstrings 2016-02-03 15:13:53 +01:00
heat_control.py style fix in heat control 2015-11-30 11:45:09 +01:00
heatmiser.py fixed my own cleanup 2015-12-16 22:36:40 +00:00
homematic.py Move configuration details to docs 2015-11-25 08:48:27 +01:00
honeywell.py Add Honeywell US thermostat support 2016-02-06 20:14:40 +00:00
nest.py nest: implement fan control 2016-01-24 12:47:21 -06:00
proliphix.py Update docstrings 2016-01-15 08:55:59 +01:00
radiotherm.py Fix imports 2016-01-28 21:45:26 -08:00
services.yaml thermostat: add service to control fan mode 2016-01-24 12:47:21 -06:00