Skip to content

Commit 5f03a5f

Browse files
committed
merge issue
1 parent e2e5614 commit 5f03a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def clock_synchronize(self) -> bool:
127127
@raise_not_loaded
128128
async def enable_auto_join(self) -> bool:
129129
"""Enable Auto Join."""
130-
_LOGGER.warning("Enable Auto Joining Started")
130+
_LOGGER.info("Allow Auto Joining Enabled")
131131
allow_auto_join_request = CirclePlusAllowJoiningRequest(self._send, True)
132132
return await allow_auto_join_request.send()
133133

0 commit comments

Comments
 (0)