mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Remove result from FlowResult
This commit is contained in:
parent
1743766d17
commit
ef4f9c4538
@ -142,7 +142,6 @@ class FlowResult(TypedDict, Generic[_FlowContextT, _HandlerT], total=False):
|
|||||||
progress_task: asyncio.Task[Any] | None
|
progress_task: asyncio.Task[Any] | None
|
||||||
reason: str
|
reason: str
|
||||||
required: bool
|
required: bool
|
||||||
result: Any
|
|
||||||
step_id: str
|
step_id: str
|
||||||
title: str
|
title: str
|
||||||
translation_domain: str
|
translation_domain: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user