Skip to content

Commit

Permalink
Hotfix import error in ZHA for 2024.3.1 patch release (#113250)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 13, 2024
1 parent 525b20c commit b88cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/zha/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ async def _set_unique_id_and_update_ignored_flow(
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
Expand Down

0 comments on commit b88cdd7

Please sign in to comment.