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 8ee62f2 commit 50bb816Copy full SHA for 50bb816
plugwise_usb/nodes/scan.py
@@ -446,7 +446,7 @@ async def scan_configure(self) -> bool:
446
"""Configure Scan device settings. Returns True if successful."""
447
# Default to medium
448
sensitivity_value = SENSITIVITY_MAP.get(
449
- self._motion_config.sensitivity_level, SENSITIVITY_MEDIUM_VALUE
+ self._motion_config.sensitivity_level, MotionSensitivity.MEDIUM
450
)
451
request = ScanConfigureRequest(
452
self._send,
0 commit comments