Skip to content

Commit

Permalink
Remove options from FlowResult (home-assistant#117351)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored May 13, 2024
1 parent 90ef19a commit b006aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions homeassistant/config_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class ConfigFlowResult(FlowResult, total=False):
"""Typed result dict for config flow."""

minor_version: int
options: Mapping[str, Any]
version: int


Expand Down
1 change: 0 additions & 1 deletion homeassistant/data_entry_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b006aad

Please sign in to comment.