mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Reinitialize zeroconf discovery flow on config entry removal (#126595)
This commit is contained in:
@@ -1388,7 +1388,6 @@ class ConfigEntriesFlowManager(data_entry_flow.FlowManager[ConfigFlowResult]):
|
||||
result["handler"], unique_id
|
||||
)
|
||||
)
|
||||
and entry.source == SOURCE_IGNORE
|
||||
and discovery_key
|
||||
not in (
|
||||
known_discovery_keys := entry.discovery_keys.get(
|
||||
|
||||
Reference in New Issue
Block a user