mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Log raw result of configure_reporting() command. (#16655)
This commit is contained in:
parent
fea1c921fc
commit
44fdfdf695
@ -433,9 +433,9 @@ async def configure_reporting(entity_id, cluster, attr, skip_bind=False,
|
||||
res = await cluster.configure_reporting(attr, min_report,
|
||||
max_report, reportable_change)
|
||||
_LOGGER.debug(
|
||||
"%s: reporting '%s' attr on '%s' cluster: %d/%d/%d: Status: %s",
|
||||
"%s: reporting '%s' attr on '%s' cluster: %d/%d/%d: Result: '%s'",
|
||||
entity_id, attr_name, cluster_name, min_report, max_report,
|
||||
reportable_change, res[0][0].status
|
||||
reportable_change, res
|
||||
)
|
||||
except DeliveryError as ex:
|
||||
_LOGGER.debug(
|
||||
|
Loading…
x
Reference in New Issue
Block a user