Remove early return when validating entity registry items (#116160)

This commit is contained in:
Erik Montnemery
2024-04-26 08:38:24 +02:00
committed by GitHub
parent 764b34ab62
commit 623d34e1e0

View File

@@ -636,7 +636,6 @@ def _validate_item(
unique_id,
report_issue,
)
return
if (
disabled_by
and disabled_by is not UNDEFINED