Skip to content

Commit 213e320

Browse files
committed
Try revert no reset after None response
1 parent 3e809f6 commit 213e320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ async def scan_configure(
524524
daylight_mode,
525525
)
526526
if (response := await request.send()) is None:
527-
# self._new_motion_config = MotionConfig()
527+
self._new_motion_config = MotionConfig()
528528
_LOGGER.warning(
529529
"No response from %s to configure scan device settings request",
530530
self.name,

0 commit comments

Comments
 (0)