core/tests/components/climate
Lukas Barth 29c40622d3 MQTT climate platform [continuation of #8750] (#9589)
* New climate platform with MQTT

* Use STATE_OFF

* Basic tests for climate.mqtt

* lint

* actualy collect coverage

* First tests and fixes

* Add possibility to receive temperature via MQTT

* Require only either sensor or mqtt topic

* Add mqtt publishing for away mode, hold mode and aux heat.

* Use configurabe on/off payloads

* Add pessimistic mode

* Initialize aux and away with False instead of None

* Remove Sensor

* Use correct scheduling method

* Move all methods to coroutines
2017-09-30 16:29:40 +02:00
..
__init__.py Migrate Thermostat and HVAC component to climate component (#2825) 2016-08-19 00:17:28 -07:00
test_demo.py Fix a bunch of typos (#9545) 2017-09-23 17:15:46 +02:00
test_ecobee.py Fixed away_mode for Ecobee thermostat. (#9559) 2017-09-29 16:57:31 +02:00
test_generic_thermostat.py Add set_operation_mode support to generic_thermostat (#8392) 2017-07-08 09:21:10 -07:00
test_honeywell.py Honeywell fixes and improvements (#8756) 2017-08-01 16:18:14 +02:00
test_init.py Fix SET_TEMPERATURE_SCHEMA in climate component (#8879) 2017-08-12 09:39:05 -07:00
test_mqtt.py MQTT climate platform [continuation of #8750] (#9589) 2017-09-30 16:29:40 +02:00
test_zwave.py Fixes utf-8 encoding no longer required by python-openzwave0.3.3 (#7266) 2017-04-24 17:59:51 -07:00