mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix aborting flows for single config entry integrations (#129805)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user