From b88cdd78bce701bc38ffcd099f1ac37e7d3b2085 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Mar 2024 19:35:43 +0100 Subject: [PATCH] Hotfix import error in ZHA for 2024.3.1 patch release (#113250) --- homeassistant/components/zha/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zha/config_flow.py b/homeassistant/components/zha/config_flow.py index e544b2a415a..3e6dd05a8b5 100644 --- a/homeassistant/components/zha/config_flow.py +++ b/homeassistant/components/zha/config_flow.py @@ -500,7 +500,7 @@ class ZhaConfigFlowHandler(BaseZhaFlow, config_entries.ConfigFlow, domain=DOMAIN if not current_entry: return - if current_entry.source != SOURCE_IGNORE: + if current_entry.source != config_entries.SOURCE_IGNORE: self._abort_if_unique_id_configured() else: # Only update the current entry if it is an ignored discovery