core/homeassistant/components/config
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
..
__init__.py User management (#15420) 2018-07-13 15:31:20 +02:00
auth.py User management (#15420) 2018-07-13 15:31:20 +02:00
auth_provider_homeassistant.py Added WS endpoint for changing homeassistant password. (#15527) 2018-07-19 09:39:51 +02:00
automation.py Fix poorly formatted automations (#14196) 2018-04-30 09:56:42 -04:00
config_entries.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
core.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
customize.py Backend changes for customize config panel. (#9134) 2017-08-26 10:02:32 -07:00
entity_registry.py Allow changing entity ID (#15637) 2018-07-24 14:12:53 +02:00
group.py Reload groups after saving a change via config API (#10877) 2017-12-01 12:53:46 -08:00
hassbian.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
script.py Add scripts editor backend (#8993) 2017-08-15 22:09:10 -07:00
zwave.py Add ability to set Zwave protection commandclass (#15390) 2018-07-23 15:31:12 +02:00