mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Change "Not adding entity" log level to debug (#52240)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user