core/homeassistant/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 Dynamic panels (#24184) 2019-05-30 13:37:01 +02:00
area_registry.py Change how we import config modules (#21824) 2019-03-08 14:09:18 -08:00
auth.py Add update user command (#21922) 2019-03-11 12:08:02 -07:00
auth_provider_homeassistant.py Allow changing password without being admin (#21978) 2019-03-12 11:49:28 -07:00
automation.py Use relative imports inside integrations (#22235) 2019-03-20 22:56:46 -07:00
config_entries.py Support config flow on custom components (#24946) 2019-07-09 01:19:37 +02:00
core.py Update home zone when core config updated (#24237) 2019-05-31 23:03:45 -07:00
customize.py Move core stuff into Home Assistant integration (#22407) 2019-03-26 13:38:32 +01:00
device_registry.py Rename via_hub to via_device (#24360) 2019-06-10 09:10:44 -07:00
entity_registry.py Change how we import config modules (#21824) 2019-03-08 14:09:18 -08:00
group.py Use relative imports inside integrations (#22235) 2019-03-20 22:56:46 -07:00
manifest.json Add manifests (#22699) 2019-04-03 21:14:45 -07:00
script.py Use relative imports inside integrations (#22235) 2019-03-20 22:56:46 -07:00
services.yaml Add stub services.yaml and make validation mandatory (#23213) 2019-04-18 15:13:35 -07:00
zwave.py Use relative imports inside integrations (#22235) 2019-03-20 22:56:46 -07:00