core/homeassistant/components/climate
ruohan.chen c36c3f0d64 Add support for ZhongHong HVAC Controllers (#14552)
* first blood for ZhongHong HVAC Controller

* add requirements

* requirements_all.txt updated

* add zhong_hong.py to coveragerc

* add comments

* unique_id add platform name

* zhong_hong_hvac version bump to 1.0.1

* improve some coding style to match the project standard

* zhong_hong_hvac version bump to 1.0.4

* zhong_hong_hvac version require 1.0.7

* update requirements by script/gen_requirements_all.py

* zhong_hong_hvac version bump to 1.0.8

* fix startup problem

* remove unused import

* zhong_hong_hvac version bump to 1.0.9

- operation_mode: cold -> cool

* start hub listen event when all climate entities is ready

* use dispatcher to setup hub

* var name change

SIGNAL_DEVICE_SETTED_UP -> SIGNAL_DEVICE_ADDED

* async problem fix

* bugfix: set_operation_mode forget to use upper case

* stringify the exception instead of print full stack of traceback

* avoid to call str(exception) explicity

* remove unnecessary try...except clause

* remove unused import
2018-06-14 09:47:17 -04:00
..
__init__.py Nest config flow (#14921) 2018-06-13 11:14:52 -04:00
daikin.py Update voluputous (#12463) 2018-02-17 10:29:14 +01:00
demo.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
ecobee.py Add ecobee fan mode (#12732) 2018-03-18 09:02:07 -07:00
econet.py Bump pyeconet version to fix JSONDecodeError (#12204) 2018-02-05 15:59:17 -08:00
ephember.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
eq3btsmart.py Construct version pinned (#13528) 2018-03-29 17:12:11 -07:00
flexit.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
fritzbox.py Improved Fritz!Box thermostat support (#14789) 2018-06-05 20:06:25 +02:00
generic_thermostat.py Fix unit conversion (#14730) 2018-06-07 22:44:07 -04:00
heatmiser.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
hive.py Hive R3 update (#13357) 2018-04-16 21:00:13 +02:00
homematic.py fix: hmip-etrv-2 now working with homeassistant (#11175) 2018-01-03 19:36:25 +01:00
homematicip_cloud.py Add homematicip cloud climate platform (#14388) 2018-05-26 16:03:53 +02:00
honeywell.py Upgrade somecomfort to 0.5.2 (#13940) 2018-04-17 05:24:20 +02:00
knx.py Removing asyncio.coroutine syntax from some components (#12507) 2018-02-24 10:24:33 -08:00
maxcube.py Support for multiple MAX!Cube LAN gateways added (#13517) 2018-04-19 09:11:38 +02:00
melissa.py Fix mclimate accounts with not only melissa components (#12427) 2018-02-23 23:33:12 +01:00
modbus.py Add support for new platform: climate.modbus (#12224) 2018-04-16 20:31:25 +02:00
mqtt.py Add min_temp and max_temp to MQTT climate device (#14690) 2018-06-07 13:50:12 -04:00
mysensors.py Make mysensors component async (#13641) 2018-05-11 09:39:18 +02:00
nest.py Nest config flow (#14921) 2018-06-13 11:14:52 -04:00
netatmo.py netatmo api is now in pip as pyatmo (#14824) 2018-06-05 11:55:53 -04:00
nuheat.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
oem.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
proliphix.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
radiotherm.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
sensibo.py Fix unit conversion (#14730) 2018-06-07 22:44:07 -04:00
services.yaml Add sensibo_assume_state service to Sensibo climate (#11567) 2018-01-10 14:04:35 -08:00
tado.py Fix unit conversion (#14730) 2018-06-07 22:44:07 -04:00
tesla.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
toon.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
touchline.py Upgrade pytouchline to 0.7 (#12179) 2018-02-05 09:33:07 +01:00
venstar.py Support control of away mode and hold mode in Venstar component. Correctly detect humidifiers. (#14256) 2018-05-09 11:26:29 +02:00
vera.py Don't run unnecessary methods in executor pool (#14853) 2018-06-07 15:31:21 -04:00
wink.py Minor Wink fixes (#14468) 2018-05-15 07:53:12 +02:00
zhong_hong.py Add support for ZhongHong HVAC Controllers (#14552) 2018-06-14 09:47:17 -04:00
zwave.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00