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 f536631 commit 32f66ffCopy full SHA for 32f66ff
plugwise_usb/api.py
@@ -659,9 +659,7 @@ async def set_motion_reset_timer(self, minutes: int) -> bool:
659
660
"""
661
662
- async def set_motion_sensitivity_level(
663
- self, level: MotionSensitivity | int | str
664
- ) -> bool:
+ async def set_motion_sensitivity_level(self, level: MotionSensitivity) -> bool:
665
"""Configure motion sensitivity level.
666
667
Description:
0 commit comments