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 de715a1 commit 1e1f7d6Copy full SHA for 1e1f7d6
plugwise_usb/nodes/circle_plus.py
@@ -130,6 +130,3 @@ async def enable_auto_join(self) -> bool:
130
_LOGGER.info("Allow Auto Joining Enabled")
131
allow_auto_join_request = CirclePlusAllowJoiningRequest(self._send, True)
132
return await allow_auto_join_request.send()
133
-
134
-# region properties
135
-# end region
0 commit comments