core/homeassistant
Frantz 04de22613c Added new climate component from Daikin (#10983)
* Added Daikin climate component

* Fixed tox & hound

* Place up the REQUIREMENTS var

* Update .coveragerc

* Removed unused customization

* Prevent setting invalid operation state

* Fixed hound

* Small refactor according to code review

* Fixed latest code review comments

* Used host instead of ip_address

* No real change

* No real change

* Fixed lint errors

* More pylint fixes

* Shush Hound

* Applied suggested changes for temperature & humidity settings

* Fixed hound

* Fixed upper case texts

* Fixed hound

* Fixed hound

* Fixed hound

* Removed humidity since even the device has the feature it cant be set from API

* Code review requested changes

* Fixed hound

* Fixed hound

* Trigger update after adding device

* Added Daikin sensors

* Fixed hound

* Fixed hound

* Fixed travis

* Fixed hound

* Fixed hound

* Fixed travis

* Fixed coverage decrease issue

* Do less API calls and fixed Travis failures

* Distributed code from platform to climate and sensor componenets

* Rename sensor state to device_attribute

* Fixed hound

* Updated requirements

* Simplified code

* Implemented requested changes

* Forgot one change

* Don't allow customizing temperature unit and take it from hass (FOR NOW)

* Additional code review changes applied

* Condensed import even more

* Simplify condition check

* Reordered imports

* Disabled autodiscovery FOR NOW :(

* Give more suggestive names to sensors
2018-01-04 11:05:27 +01:00
..
components Added new climate component from Daikin (#10983) 2018-01-04 11:05:27 +01:00
helpers Fix incorrect comment. (#11111) 2017-12-13 00:04:42 +01:00
scripts Upgrade credstash to 1.14.0 (#10310) 2017-11-03 21:18:33 -07:00
util Always consume the no_throttle keyword argument. (#11126) 2017-12-13 20:01:59 -08:00
__init__.py
__main__.py This change fixes the error `OSError: [WinError 193]` on Windows debuggers (i.e. PyCharm) (#11034) 2017-12-09 16:58:52 -08:00
bootstrap.py Add basic backend support for a system log (#10492) 2017-11-14 20:35:56 -08:00
config.py Revert "Backup configuration files before overwriting" (#11269) 2017-12-21 22:33:37 +01:00
const.py Bump dev to 0.61.0.dev0 2017-12-17 16:29:36 +01:00
core.py Log exceptions that happen during service call (#11394) 2018-01-01 15:32:39 -08:00
exceptions.py Fix recorder crash for long state string - enforce at core level (#9696) 2017-10-25 09:05:30 -07:00
loader.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
monkey_patch.py
package_constraints.txt Upgrade aiohttp to 2.3.7 (#11329) 2017-12-29 10:06:25 +01:00
remote.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
setup.py Silence redundant warnings about slow setup (#11352) 2018-01-02 12:16:32 -08:00