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 8d7ba2c commit a78207dCopy full SHA for a78207d
plugwise_usb/nodes/scan.py
@@ -278,7 +278,7 @@ def sensitivity_level(self) -> int:
278
"""Sensitivity level of motion sensor."""
279
if self._motion_config.sensitivity_level is not None:
280
return self._motion_config.sensitivity_level
281
- return DEFAULT_SENSITIVITY
+ return DEFAULT_SENSITIVITY.value
282
283
# endregion
284
# region Configuration actions
0 commit comments