Change "Not adding entity" log level to debug (#52240)

This commit is contained in:
Shay Levy 2021-06-28 12:22:10 +03:00 committed by GitHub
parent 486e94e6a5
commit ab73ce00a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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