core/tests/components/climate
Lev Aronsky 02b46e2ba3 Ignore min_cycle_duration when manually controlling the thermostat. (#16128)
* Ignore min_cycle_duration when manually controlling the thermostat.

* style

* Generic thermostat: add minimum cycle duration to keep-alive tests.

There was a bug in previous versions of the code, that would not execute
the keep-alive action if the minimum cycle duration hasn't passed.
This test verifies that the keep-alive action is executed correctly.

* Generic thermostat: added tests to verify that changing the
thermostat mode manually triggers the switch, regardless of
minimum cycle duration.

* Updated tests to use `common` module instead of the deprecated `climate`
2018-11-01 21:25:50 +01:00
..
__init__.py
common.py Remove service helper (2) (#16863) 2018-09-26 09:49:55 +02:00
test_demo.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_dyson.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_ecobee.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_fritzbox.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_generic_thermostat.py Ignore min_cycle_duration when manually controlling the thermostat. (#16128) 2018-11-01 21:25:50 +01:00
test_honeywell.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_init.py
test_melissa.py Async version of melissa (#17721) 2018-10-30 21:29:11 +01:00
test_mqtt.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_nuheat.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_zwave.py Fix zwave climate operation mode mappings (#15162) 2018-06-29 16:09:46 +02:00