core/homeassistant/auth
Jason Hu f58425dd3c Refactor data entry flow (#15883)
* Refactoring data_entry_flow and config_entry_flow

Move SOURCE_* to config_entries
Change data_entry_flow.FlowManager.async_init() source param default
 to None
Change this first step_id as source or init if source is None
_BaseFlowManagerView pass in SOURCE_USER as default source

* First step of data entry flow decided by _async_create_flow() now

* Lint

* Change helpers.config_entry_flow.DiscoveryFlowHandler default step

* Change FlowManager.async_init source param to context dict param
2018-08-09 13:24:14 +02:00
..
providers Auth typing improvements (#15640) 2018-07-25 11:36:03 +02:00
__init__.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
auth_store.py Add user via cmd line creates owner (#15470) 2018-07-15 20:46:15 +02:00
const.py Reorg auth (#15443) 2018-07-13 11:43:08 +02:00
models.py Reorg auth (#15443) 2018-07-13 11:43:08 +02:00
util.py Reorg auth (#15443) 2018-07-13 11:43:08 +02:00