Fix lying comment in ConfigEntriesFlowManager.async_finish_flow (#142146)

This commit is contained in:
Erik Montnemery
2025-04-03 10:21:26 +02:00
committed by GitHub
parent c2eb72fce4
commit b7bc9607a2

View File

@@ -1526,7 +1526,7 @@ class ConfigEntriesFlowManager(
ir.async_delete_issue(self.hass, HOMEASSISTANT_DOMAIN, issue_id)
if result["type"] != data_entry_flow.FlowResultType.CREATE_ENTRY:
# If there's an ignored config entry with a matching unique ID,
# If there's a config entry with a matching unique ID,
# update the discovery key.
if (
(discovery_key := flow.context.get("discovery_key"))