mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove early return when validating entity registry items (#116160)
This commit is contained in:
parent
29ab68fd24
commit
4612f18186
@ -636,7 +636,6 @@ def _validate_item(
|
||||
unique_id,
|
||||
report_issue,
|
||||
)
|
||||
return
|
||||
if (
|
||||
disabled_by
|
||||
and disabled_by is not UNDEFINED
|
||||
|
Loading…
x
Reference in New Issue
Block a user