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