core/tests
uchagani 1dcc51cbdf Add ecobee fan mode (#12732)
* add ability to set fan on

* add tests and change "not on" status to "auto"

* hound fix

* more hounds

* I don't understand new lines

* fix linting errors

* more linting fixes

* change method signature

* lint fixes

* hopefully last lint fix

* correct temp ranges according to ecobee API docs

* update dependency to latest version

* update tests with values from new temp logic

* fix linting issue

* more linting fixes

* add SUPPORT_FAN_MODE to capabilities

* add fan_list to attributes.
restore current fan state to OFF if fan is not running.
change target high/low temps from null to target temp when not in auto mode.
change target temp from null to high/low temp when in auto mode
change mode attribute to climate_mode for consistency with other lists.

* remove unused import

* simplify logic

* lint fixes

* revert change for target temps
2018-03-18 09:02:07 -07:00
..
components Add ecobee fan mode (#12732) 2018-03-18 09:02:07 -07:00
fixtures Adding Foobot device sensor (#12417) 2018-03-15 19:50:58 -07:00
helpers Refactor Hue: phue -> aiohue (#13043) 2018-03-16 20:27:05 -07:00
mock HomeKit Restructure (new config options) (#12997) 2018-03-15 02:48:21 +01:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
test_util Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
testing_config Support serving of backend translations (#12453) 2018-02-28 19:31:38 -08:00
util Refactor Hue: phue -> aiohue (#13043) 2018-03-16 20:27:05 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
conftest.py Remove weird tests (#12936) 2018-03-06 21:53:02 +02:00
test_bootstrap.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
test_config.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
test_config_entries.py Config flow translations (#13066) 2018-03-11 12:04:34 -07:00
test_core.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
test_loader.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
test_main.py Hello Python 3.5 (#12610) 2018-02-22 23:22:27 -08:00
test_remote.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
test_requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
test_setup.py Extract requirements (#12051) 2018-01-30 12:30:47 +01:00