core/tests
Jc2k b8cbd39985 HomeKit Controller: Adopt config entries for pairing with homekit accessories (#23825)
* Fix user initiated pairing + show more user friendly name

* Add lock around async_refresh_entity_map

* Migrate homekit_controller to config entries.

* Improve docstring

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Add dummy async_setup_platform

* add_service -> async_add_service

* Add missing returns

* Enable coverage checks for homekit_controller
2019-05-12 23:56:05 -07:00
..
auth Add get_states faster (#23315) 2019-04-23 12:46:22 +02:00
components HomeKit Controller: Adopt config entries for pairing with homekit accessories (#23825) 2019-05-12 23:56:05 -07:00
fixtures Add more HomeKit device enumeration tests (#22194) 2019-03-30 11:21:11 +01:00
helpers Split up yaml loaders into multiple files (#23774) 2019-05-09 09:07:56 -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 tests to pytest (#23544) 2019-04-30 09:20:38 -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 Split up yaml loaders into multiple files (#23774) 2019-05-09 09:07:56 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Add support for an external step in config flow (#23782) 2019-05-10 14:33:49 +02:00
conftest.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
test_bootstrap.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
test_config.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
test_config_entries.py Further integration load cleanups (#23104) 2019-04-14 19:07:05 -07:00
test_core.py Add HEOS sign-in/out services (#23729) 2019-05-07 09:39:42 -07:00
test_data_entry_flow.py Add support for an external step in config flow (#23782) 2019-05-10 14:33:49 +02: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