Reduce log level for creating ZHA cluster handler (#108809)

This commit is contained in:
TheJulianJES 2024-01-25 14:45:11 +01:00 committed by GitHub
parent 53b73bd0bd
commit 4138b5c308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ class Endpoint:
if not cluster_handler_class.matches(cluster, self):
cluster_handler_class = ClusterHandler
_LOGGER.info(
_LOGGER.debug(
"Creating cluster handler for cluster id: %s class: %s",
cluster_id,
cluster_handler_class,