1
0
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:
Erik Montnemery
2024-09-24 13:37:28 +02:00
committed by GitHub
parent 004941cc57
commit 589910b49b
4 changed files with 226 additions and 131 deletions

View File

@@ -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(