mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Change "Not adding entity" log level to debug (#52240)
This commit is contained in:
parent
486e94e6a5
commit
ab73ce00a0
@ -508,7 +508,7 @@ class EntityPlatform:
|
||||
entity.entity_id = entry.entity_id
|
||||
|
||||
if entry.disabled:
|
||||
self.logger.info(
|
||||
self.logger.debug(
|
||||
"Not adding entity %s because it's disabled",
|
||||
entry.name
|
||||
or entity.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user