From ef4f9c453837547a07e2bdc1f308d2d420e2fdc6 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 21 Jul 2025 18:44:29 +0200 Subject: [PATCH] Remove result from FlowResult --- homeassistant/data_entry_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/data_entry_flow.py b/homeassistant/data_entry_flow.py index ce1c0806b14..6b2f9a4dc5c 100644 --- a/homeassistant/data_entry_flow.py +++ b/homeassistant/data_entry_flow.py @@ -142,7 +142,6 @@ class FlowResult(TypedDict, Generic[_FlowContextT, _HandlerT], total=False): progress_task: asyncio.Task[Any] | None reason: str required: bool - result: Any step_id: str title: str translation_domain: str