mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Foundation for users (#13968)
* Add initial user foundation to Home Assistant * Address comments * Address comments * Allow non-ascii passwords * One more utf-8 hmac compare digest * Add new line
This commit is contained in:
committed by
Pascal Vizeli
parent
b994c10d7f
commit
cdd45e7878
@@ -67,7 +67,7 @@ class FlowManager:
|
||||
return await self._async_handle_step(flow, step, data)
|
||||
|
||||
async def async_configure(self, flow_id, user_input=None):
|
||||
"""Start or continue a configuration flow."""
|
||||
"""Continue a configuration flow."""
|
||||
flow = self._progress.get(flow_id)
|
||||
|
||||
if flow is None:
|
||||
|
||||
Reference in New Issue
Block a user