Skip to content

Commit 8d0635d

Browse files
committed
Try 2
1 parent c8180a7 commit 8d0635d

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[int[]] = int(MotionSensitivity.MEDIUM.value)
53+
DEFAULT_SENSITIVITY: Final[int] = MotionSensitivity.MEDIUM.value
5454

5555
# Light override
5656
DEFAULT_DAYLIGHT_MODE: Final = False

0 commit comments

Comments
 (0)