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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user