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 f168fd5 commit a05827dCopy full SHA for a05827d
pymyq/lamp.py
@@ -94,4 +94,4 @@ async def turnon(self, wait_for_state: bool = False) -> Union[asyncio.Task, bool
94
return wait_for_state_task
95
96
_LOGGER.debug("Waiting till light is on")
97
- return await wait_for_state_task
+ return await wait_for_state_task
0 commit comments