We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2765045 commit af5aa39Copy full SHA for af5aa39
zigpy_znp/znp/security.py
@@ -296,7 +296,7 @@ async def read_devices(
296
297
async for key in read_hashed_link_keys(znp, tclk_seed):
298
if key.partner_ieee not in devices:
299
- LOGGER.warning(
+ LOGGER.debug(
300
"Skipping hashed link key %s (tx: %s, rx: %s) for unknown device %s",
301
":".join(f"{b:02x}" for b in key.key),
302
key.tx_counter,
@@ -309,7 +309,7 @@ async def read_devices(
309
310
async for key in read_unhashed_link_keys(znp, addr_mgr):
311
312
313
"Skipping unhashed link key %s (tx: %s, rx: %s) for unknown device %s",
314
315
0 commit comments