mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Hotfix import error in ZHA for 2024.3.1 patch release (#113250)
This commit is contained in:
parent
525b20ca8e
commit
b88cdd78bc
@ -500,7 +500,7 @@ class ZhaConfigFlowHandler(BaseZhaFlow, config_entries.ConfigFlow, domain=DOMAIN
|
|||||||
if not current_entry:
|
if not current_entry:
|
||||||
return
|
return
|
||||||
|
|
||||||
if current_entry.source != SOURCE_IGNORE:
|
if current_entry.source != config_entries.SOURCE_IGNORE:
|
||||||
self._abort_if_unique_id_configured()
|
self._abort_if_unique_id_configured()
|
||||||
else:
|
else:
|
||||||
# Only update the current entry if it is an ignored discovery
|
# Only update the current entry if it is an ignored discovery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user