core/homeassistant/components/climate
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
..
__init__.py Add on/off supported feature to climate (#11379) 2018-01-03 23:10:54 +01:00
daikin.py Added new climate component from Daikin (#10983) 2018-01-04 11:05:27 +01:00
demo.py Climate: fix missing "|" (#11441) 2018-01-04 02:26:11 +02:00
ecobee.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
econet.py Support for EcoNet water heaters (#11260) 2017-12-29 19:05:58 +01:00
ephember.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
eq3btsmart.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
flexit.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
generic_thermostat.py Generic thermostat initial_operation_mode (#10690) 2017-12-05 15:00:33 +01:00
heatmiser.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
hive.py Hive Component Release Two (#11053) 2017-12-18 18:15:41 +01:00
homematic.py fix: hmip-etrv-2 now working with homeassistant (#11175) 2018-01-03 19:36:25 +01:00
honeywell.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
knx.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
maxcube.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
mqtt.py More support for availability reporting on MQTT components (#11336) 2018-01-01 18:32:29 -08:00
mysensors.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
nest.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
netatmo.py Removed status block to allow https://github.com/home-assistant/home-assistant-polymer/pull/766 with no impact (#11345) 2018-01-01 18:22:27 -08:00
nuheat.py remove return value as requested 2017-12-27 18:20:12 -08:00
oem.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
proliphix.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
radiotherm.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
sensibo.py Add on/off supported feature to climate (#11379) 2018-01-03 23:10:54 +01:00
services.yaml Add on/off supported feature to climate (#11379) 2018-01-03 23:10:54 +01:00
tado.py Tado ignore invalid devices (#10927) 2017-12-04 14:55:04 +01:00
tesla.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
toon.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
vera.py Added Vera scenes (#10424) 2017-12-07 07:47:19 +01:00
wink.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
zwave.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00