We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dd854 commit 07be396Copy full SHA for 07be396
1 file changed
dingz/discovery.py
@@ -108,6 +108,6 @@ async def discover_dingz_devices(timeout: int = 7) -> List[DiscoveredDevice]:
108
devices = registry.devices()
109
for device in devices:
110
_LOGGER.debug(
111
- "Discovered dingz %s (%s) with mac %s", device.host, device.type, device.mac
+ "Discovered dingz %s (%s) (MAC address: %s)", device.host, device.type, device.mac
112
)
113
return devices
0 commit comments