mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-14 21:40:22 +00:00
Add blog post on result removed from FlowResult (#2738)
This commit is contained in:
9
blog/2025-07-31-result-removed-from-flowresult.md
Normal file
9
blog/2025-07-31-result-removed-from-flowresult.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
author: Erik Montnemery
|
||||
authorURL: https://github.com/emontnemery
|
||||
title: "The result attribute has been removed from the FlowResult typed dict"
|
||||
---
|
||||
|
||||
The result attribute has been removed from the `homeassistant.data_entry_flow.FlowResult` typed dict, and is now present only when needed, i.e. `homeassistant.auth.models.AuthFlowResult` and `homeassistant.config_entries.ConfigFlowResult`.
|
||||
|
||||
The change is not expected to affect runtime behavior of custom integrations, but custom integration authors may need to update tests and any classes derived from `homeassistant.data_entry_flow.FlowResult` that use a `result` attribute, to silence type-checker warnings.
|
||||
Reference in New Issue
Block a user