hass-core/homeassistant
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
..
auth_providers Add local auth provider (#14365) 2018-05-10 14:09:22 -04:00
components Add support for ZhongHong HVAC Controllers (#14552) 2018-06-14 09:47:17 -04:00
helpers Don't run unnecessary methods in executor pool (#14853) 2018-06-07 15:31:21 -04:00
scripts Upgrade keyring to 12.2.1 (#14521) 2018-05-19 10:04:42 +02:00
util Convert more files to async/await syntax (#14142) 2018-04-28 19:26:20 -04:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
auth.py Fix hue discovery popping up (#14614) 2018-05-24 14:24:14 -04:00
bootstrap.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
config.py Extend package support (#14611) 2018-05-25 16:41:50 -04:00
config_entries.py Nest config flow (#14921) 2018-06-13 11:14:52 -04:00
const.py Version bump to 0.72.0.dev0 2018-06-03 16:54:23 -04:00
core.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
data_entry_flow.py Nest config flow (#14921) 2018-06-13 11:14:52 -04:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade aiohttp to 3.3.0 (#14766) 2018-06-07 13:49:14 -04:00
remote.py Remove crazy JSON encoding things that are no longer used (#13029) 2018-03-12 23:22:08 +01:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00