There was an error while loading. Please reload this page.
1 parent 3e809f6 commit 213e320Copy full SHA for 213e320
1 file changed
plugwise_usb/nodes/scan.py
@@ -524,7 +524,7 @@ async def scan_configure(
524
daylight_mode,
525
)
526
if (response := await request.send()) is None:
527
- # self._new_motion_config = MotionConfig()
+ self._new_motion_config = MotionConfig()
528
_LOGGER.warning(
529
"No response from %s to configure scan device settings request",
530
self.name,
0 commit comments