diff --git a/homeassistant/components/zha/core/endpoint.py b/homeassistant/components/zha/core/endpoint.py index eb91ec96c59..490a4e05ea2 100644 --- a/homeassistant/components/zha/core/endpoint.py +++ b/homeassistant/components/zha/core/endpoint.py @@ -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,