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 c552348 commit 9fff246Copy full SHA for 9fff246
plugwise_usb/nodes/node.py
@@ -787,7 +787,7 @@ async def set_motion_reset_timer(self, minutes: int) -> bool:
787
raise NotImplementedError()
788
789
@raise_not_loaded
790
- async def set_motion_sensitivity_level(self, level: MotionSensitivity) -> bool:
+ async def set_motion_sensitivity_level(self, level: MotionSensitivity |int | str) -> bool:
791
"""Configure motion sensitivity level."""
792
if NodeFeature.MOTION not in self._features:
793
raise FeatureError(
0 commit comments