hass-core/tests
etheralm 1d70005b01 Add sensor support for dyson 2018 models (#22578)
fix check for already created entities

remove hepa and carbon filter

add AQI attribute

initial commit

fix check for already created entities

remove hepa and carbon filter

add AQI attribute

add air quality component tests

fix method call tests

fix line lengths

fix pylint issues

fix docstrings

revert fan related changes

remove whitespace change

fix fan update state test

add for loop for platform initialization

add requested changes to aiq platform

change string concatenation to new style string formatting

update air quality tests

update air quality tests

refactor sensor component changes

fix pylint issues

fix debug string in the air quality component

replace failing tests for older devices

fix line length fan tests

remove dependencies const and move imports

move back imports to methods

remove whitespace from blank line
2019-04-30 02:24:05 +02:00
..
auth Add get_states faster (#23315) 2019-04-23 12:46:22 +02:00
components Add sensor support for dyson 2018 models (#22578) 2019-04-30 02:24:05 +02:00
fixtures Add more HomeKit device enumeration tests (#22194) 2019-03-30 11:21:11 +01:00
helpers Fix supported features gates in media_player volume up/down services (#23419) 2019-04-25 21:42:39 -07:00
mock Add zwave.network_complete_some_dead event (#16894) 2018-09-28 19:14:57 +02:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Migrate check-config to use get_integration (#23026) 2019-04-12 10:14:16 -07:00
test_util Fix ingress bug with Firefox (#23121) 2019-04-15 15:27:13 -07:00
testing_config Load requirements and dependencies from manifests. Fallback to current REQUIREMENTS and DEPENDENCIES (#22717) 2019-04-11 01:26:36 -07:00
util Improve logging of exceptions in async_create_task (#22689) 2019-04-29 09:53:22 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Add and use an async_fire_service_discovered helper (#23232) 2019-04-19 08:38:50 -04:00
conftest.py Deprecate http.api_password (#21884) 2019-03-10 19:55:36 -07:00
test_bootstrap.py Add support for after_dependencies (#23148) 2019-04-16 13:40:21 -07:00
test_config.py Fix config test when current version is 92 (#23356) 2019-04-24 13:37:08 -07:00
test_config_entries.py Further integration load cleanups (#23104) 2019-04-14 19:07:05 -07:00
test_core.py Re-thrown exception occurred in the blocking service call (#21573) 2019-03-01 23:09:31 -08:00
test_data_entry_flow.py Allow finish_flow callback to change data entry result type (#16100) 2018-08-21 10:48:24 -07:00
test_loader.py Load integrations only once (#23132) 2019-04-15 20:38:24 -07:00
test_main.py Hello Python 3.5 (#12610) 2018-02-22 23:22:27 -08:00
test_requirements.py Further integration load cleanups (#23104) 2019-04-14 19:07:05 -07:00
test_setup.py Remove loader.get_component (#23111) 2019-04-14 22:31:01 -07:00