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 c8180a7 commit 8d0635dCopy full SHA for 8d0635d
plugwise_usb/nodes/scan.py
@@ -50,7 +50,7 @@
50
DEFAULT_RESET_TIMER: Final = 10
51
52
# Default sensitivity of the motion sensors
53
-DEFAULT_SENSITIVITY: Final[int[]] = int(MotionSensitivity.MEDIUM.value)
+DEFAULT_SENSITIVITY: Final[int] = MotionSensitivity.MEDIUM.value
54
55
# Light override
56
DEFAULT_DAYLIGHT_MODE: Final = False
0 commit comments