mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-17 17:43:41 -05:00
Allow reboot command even if device is busy
This commit is contained in:
@@ -253,7 +253,7 @@ class OasisMini:
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
_LOGGER.error(ex)
|
_LOGGER.error(ex)
|
||||||
|
|
||||||
reboot = self._async_command(params={"CMDBOOT": ""})
|
reboot = self._async_get(params={"CMDBOOT": ""})
|
||||||
asyncio.create_task(_no_response_needed(reboot))
|
asyncio.create_task(_no_response_needed(reboot))
|
||||||
|
|
||||||
async def async_set_ball_speed(self, speed: int) -> None:
|
async def async_set_ball_speed(self, speed: int) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user