1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-18 01:53:41 -05:00

Allow reboot command even if device is busy

This commit is contained in:
Nathan Spencer
2024-07-31 20:55:37 -06:00
parent 6ee81db9d4
commit c87bb241ef

View File

@@ -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: