Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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