1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Allow flows to know if user is in advanced mode (#34629)

This commit is contained in:
Paulus Schoutsen
2020-04-24 09:31:56 -07:00
committed by GitHub
parent 4afa2a2651
commit 6404882ec4
4 changed files with 32 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ def manager():
flow = handler()
flow.init_step = context.get("init_step", "init")
flow.source = context.get("source")
return flow
async def async_finish_flow(self, flow, result):