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 b1f5a5a commit c552348Copy full SHA for c552348
plugwise_usb/nodes/scan.py
@@ -341,7 +341,7 @@ async def set_motion_sensitivity_level(
341
level = MotionSensitivity(level)
342
except ValueError:
343
_LOGGER.exception(
344
- "MotionSensitivity for %s: invalid numeric value %s",
+ "MotionSensitivity for %s: invalid numeric value %s",
345
self._mac_in_str,
346
str(level),
347
)
0 commit comments