We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d51348 commit b1f5a5aCopy full SHA for b1f5a5a
1 file changed
plugwise_usb/nodes/scan.py
@@ -341,7 +341,9 @@ async def set_motion_sensitivity_level(
341
level = MotionSensitivity(level)
342
except ValueError:
343
_LOGGER.exception(
344
- "MotionSensitivity for %s: value error ", self._mac_in_str
+ "MotionSensitivity for %s: invalid numeric value %s",
345
+ self._mac_in_str,
346
+ str(level),
347
)
348
return False
349
0 commit comments