diff --git a/custom_components/deebot/manifest.json b/custom_components/deebot/manifest.json index 5c270ff..3ee4b79 100644 --- a/custom_components/deebot/manifest.json +++ b/custom_components/deebot/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://github.com/And3rsL/Deebot-for-Home-Assistant", "issue_tracker": "https://github.com/And3rsL/Deebot-for-Home-Assistant/issues", "requirements": [ - "deebotozmo==2.1.0" + "deebotozmo==2.1.1" ], "codeowners": ["@And3rsL", "@edenhaus"], "iot_class": "cloud_polling" diff --git a/custom_components/deebot/vacuum.py b/custom_components/deebot/vacuum.py index 8e9928a..60ced6f 100644 --- a/custom_components/deebot/vacuum.py +++ b/custom_components/deebot/vacuum.py @@ -241,7 +241,7 @@ async def async_send_command(self, command, params=None, **kwargs): else: await self._device.execute_command(Command(command, params)) - def _service_refresh(self, part: str) -> None: + async def _service_refresh(self, part: str) -> None: """Service to manually refresh""" _LOGGER.debug(f"Manually refresh {part}") if part == EVENT_STATUS: