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 e2e5614 commit 5f03a5fCopy full SHA for 5f03a5f
plugwise_usb/nodes/circle_plus.py
@@ -127,7 +127,7 @@ async def clock_synchronize(self) -> bool:
127
@raise_not_loaded
128
async def enable_auto_join(self) -> bool:
129
"""Enable Auto Join."""
130
- _LOGGER.warning("Enable Auto Joining Started")
+ _LOGGER.info("Allow Auto Joining Enabled")
131
allow_auto_join_request = CirclePlusAllowJoiningRequest(self._send, True)
132
return await allow_auto_join_request.send()
133
0 commit comments