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
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
test_honeywell.py
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