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 e39c16f commit ee14ebeCopy full SHA for ee14ebe
plugwise_usb/network/registry.py
@@ -152,7 +152,7 @@ async def retrieve_network_registration(
152
153
def network_address(self, mac: str) -> int | None:
154
"""Return the network registration address for given mac."""
155
- _LOGGER.debug("Finding registration address of %", mac)
+ _LOGGER.debug("Finding registration address of %s", mac)
156
for address, registration in self._registry.items():
157
registered_mac, _ = registration
158
_LOGGER.debug("address: %s | mac: %s", address, registered_mac)
0 commit comments