Skip to content

Commit c8180a7

Browse files
committed
Try
1 parent 655627d commit c8180a7

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
@@ -50,7 +50,7 @@
5050
DEFAULT_RESET_TIMER: Final = 10
5151

5252
# Default sensitivity of the motion sensors
53-
DEFAULT_SENSITIVITY: Final = MotionSensitivity.MEDIUM
53+
DEFAULT_SENSITIVITY: Final[int[]] = int(MotionSensitivity.MEDIUM.value)
5454

5555
# Light override
5656
DEFAULT_DAYLIGHT_MODE: Final = False

0 commit comments

Comments
 (0)