We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185e271 commit 4aa7dceCopy full SHA for 4aa7dce
1 file changed
plugwise_usb/network/__init__.py
@@ -149,6 +149,7 @@ def registry(self) -> dict[int, tuple[str, NodeType | None]]:
149
async def register_node(self, mac: str) -> bool:
150
"""Register node to Plugwise network."""
151
if (address := await self._register.register_node(mac)):
152
+ _LOGGER.debug("HOI address=%s", address)
153
return await self._discover_node(address, mac, None)
154
155
return False
0 commit comments