8000
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 a3ee703 commit 6f4fa65Copy full SHA for 6f4fa65
kasa/modules/motion.py
@@ -68,7 +68,7 @@ def inactivity_timeout(self) -> int:
68
async def set_inactivity_timeout(self, timeout: int):
69
"""Set inactivity timeout in milliseconds.
70
71
- Note, that you need to delete the default rule to avoid reverting this
72
- back to 60 seconds after a period of time.
+ Note, that you need to delete the default "Smart Control" rule in the app
+ to avoid reverting this back to 60 seconds after a period of time.
73
"""
74
return await self.call("set_cold_time", {"cold_time": timeout})
0 commit comments