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 32f66ff commit b797755Copy full SHA for b797755
plugwise_usb/nodes/node.py
@@ -787,9 +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(
791
- self, level: MotionSensitivity | int | str
792
- ) -> bool:
+ async def set_motion_sensitivity_level(self, level: MotionSensitivity) -> bool:
793
"""Configure motion sensitivity level."""
794
if NodeFeature.MOTION not in self._features:
795
raise FeatureError(
0 commit comments