diff --git a/homeassistant/data_entry_flow.py b/homeassistant/data_entry_flow.py index 3a38cd0da71..b75d956c527 100644 --- a/homeassistant/data_entry_flow.py +++ b/homeassistant/data_entry_flow.py @@ -164,7 +164,7 @@ class FlowManager(abc.ABC): handler: str, context: dict, data: Any, - ) -> tuple[FlowHandler, Any]: + ) -> tuple[FlowHandler, FlowResultDict]: """Run the init in a task to allow it to be canceled at shutdown.""" flow = await self.async_create_flow(handler, context=context, data=data) if not flow: