Reduce log level for creating ZHA cluster handler (#108809)
parent
d697fd23b7
commit
b66339dbfe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue