hass-core/tests/components/climate
Joakim Plate 3bb5caabe2 Reproduce states by letting each component opt in on handling state recovery itself (#18700)
* Move group to it's own setup

* Let each component to handle restore of state

* Move constants for climate into const.py

For now import all into __init__.py to keep backword compat

* Move media plyaer constants to const.py file

For now import all constants into __init__.py to keep
backword compatibility

* Move media player to it's own file

* Move climate to it's own file

* Remove ecobee service from common components

BREAKING CHANGE

* Add tests for climate

* Add test for media_player

* Make sure we clone timestamps of state

* Add tests for groups

* Remove old tests for media player, it's handled by other tests

* Add tests for calls to component functions

* Add docstring for climate const

* Add docstring for media_player const

* Explicitly import constants in climate

* Explicitly import constants in media_player

* Add period to climate const

* Add period to media_player const

* Fix some lint errors in climate

* Fix some lint errors in media_player

* Fix lint warnings on climate tests

* Fix lint warnings on group tests

* Fix lint warnings on media_player tests

* Fix lint warnings on state tests

* Adjust indent for state tests
2019-02-05 17:25:27 -08:00
..
__init__.py Migrate Thermostat and HVAC component to climate component (#2825) 2016-08-19 00:17:28 -07:00
common.py Async generic thermostat tests (#18111) 2018-11-02 21:06:59 +01:00
test_demo.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
test_dyson.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_generic_thermostat.py Added optional precision configuration option to generic_thermostat. (#18317) 2018-11-08 09:39:35 +01:00
test_honeywell.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_init.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
test_melissa.py Async version of melissa (#17721) 2018-10-30 21:29:11 +01:00
test_nuheat.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_reproduce_state.py Reproduce states by letting each component opt in on handling state recovery itself (#18700) 2019-02-05 17:25:27 -08:00
test_zwave.py Fix zwave climate operation mode mappings (#15162) 2018-06-29 16:09:46 +02:00