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 655627d commit c8180a7Copy full SHA for c8180a7
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 = MotionSensitivity.MEDIUM
+DEFAULT_SENSITIVITY: Final[int[]] = int(MotionSensitivity.MEDIUM.value)
54
55
# Light override
56
DEFAULT_DAYLIGHT_MODE: Final = False
0 commit comments