We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8aeb9 commit 950f47fCopy full SHA for 950f47f
plugwise_usb/network/__init__.py
@@ -167,7 +167,7 @@ async def pair_plus_device(self, mac: str) -> None:
167
0004 - 0005: CirclePlusConnectRequest - CirclePlusConnectResponse
168
The Plus-device will then send a NodeRejoinResponse (0061).
169
170
- Todo(?): Does this need repeating until pairing is succesful?
+ Todo(?): Does this need repeating until pairing is successful?
171
"""
172
_LOGGER.debug("Pair Plus-device with mac: %s", mac)
173
if not validate_mac(mac):
0 commit comments