Allow passing options in config flow entry creation (#49912)
This commit is contained in:
@@ -73,6 +73,7 @@ class FlowResult(TypedDict, total=False):
|
||||
context: dict[str, Any]
|
||||
result: Any
|
||||
last_step: bool | None
|
||||
options: Mapping[str, Any]
|
||||
|
||||
|
||||
class FlowManager(abc.ABC):
|
||||
|
||||
Reference in New Issue
Block a user