core/tests/components/config
Joakim Plate 2fbbcafaed
Support config flow on custom components (#24946)
* Support populating list of flows from custom components

* Re-allow custom component config flows

* Add tests for custom component retrieval

* Don't crash view if no handler exist

* Use get_custom_components instead fo resolve_from_root

* Switch to using an event instead of lock

* Leave list of integrations as set

* The returned list is not guaranteed to be ordered

Backend uses a set to represent them.
2019-07-09 01:19:37 +02:00
..
__init__.py Add config component and hassbian example panel (#5868) 2017-02-11 17:29:05 -08:00
test_area_registry.py Area registry (#20435) 2019-01-28 15:52:42 -08:00
test_auth.py Add update user command (#21922) 2019-03-11 12:08:02 -07:00
test_auth_provider_homeassistant.py Strip login username in backend (#20150) 2019-01-16 15:03:05 -08:00
test_automation.py Allow deletion of automations and scripts (#23845) 2019-05-14 09:16:36 +02:00
test_config_entries.py Support config flow on custom components (#24946) 2019-07-09 01:19:37 +02:00
test_core.py Require core config detection to be triggerd manually (#24019) 2019-05-22 17:24:46 -07:00
test_customize.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_device_registry.py Rename via_hub to via_device (#24360) 2019-06-10 09:10:44 -07:00
test_entity_registry.py Add remove commmand to entity registry (#20597) 2019-01-30 09:50:32 -08:00
test_group.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_init.py remove config sections from hass.config.components (#22370) 2019-03-25 22:36:39 -07:00
test_script.py Allow deletion of automations and scripts (#23845) 2019-05-14 09:16:36 +02:00
test_zwave.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00