Allow passing options in config flow entry creation (#49912)

This commit is contained in:
Franck Nijhof
2021-05-06 07:14:01 +02:00
committed by GitHub
parent 465161b38c
commit 177317a345
7 changed files with 81 additions and 2 deletions

View File

@@ -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):