Fix aborting flows for single config entry integrations (#129805)

This commit is contained in:
Erik Montnemery
2024-11-04 13:59:10 +01:00
committed by GitHub
parent df35c8e707
commit 4784199038
2 changed files with 23 additions and 1 deletions

View File

@@ -1457,6 +1457,7 @@ class ConfigEntriesFlowManager(
or progress_unique_id == DEFAULT_DISCOVERY_UNIQUE_ID
):
self.async_abort(progress_flow_id)
continue
# Abort any flows in progress for the same handler
# when integration allows only one config entry