mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove options from FlowResult (#117351)
This commit is contained in:
parent
90ef19a255
commit
b006aadeff
@ -262,6 +262,7 @@ class ConfigFlowResult(FlowResult, total=False):
|
||||
"""Typed result dict for config flow."""
|
||||
|
||||
minor_version: int
|
||||
options: Mapping[str, Any]
|
||||
version: int
|
||||
|
||||
|
||||
|
@ -154,7 +154,6 @@ class FlowResult(TypedDict, Generic[_HandlerT], total=False):
|
||||
handler: Required[_HandlerT]
|
||||
last_step: bool | None
|
||||
menu_options: Container[str]
|
||||
options: Mapping[str, Any]
|
||||
preview: str | None
|
||||
progress_action: str
|
||||
progress_task: asyncio.Task[Any] | None
|
||||
|
Loading…
x
Reference in New Issue
Block a user