mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
@@ -753,7 +753,7 @@ class EntityPlatform:
|
||||
|
||||
if already_exists:
|
||||
self.logger.error(
|
||||
f"Entity id already exists - ignoring: {entity.entity_id}"
|
||||
"Entity id already exists - ignoring: %s", entity.entity_id
|
||||
)
|
||||
entity.add_to_platform_abort()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user