Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #188 from And3rsL/2021.9_fixes
Browse files Browse the repository at this point in the history
2021.9 fixes
  • Loading branch information
edenhaus authored Sep 3, 2021
2 parents b0923e6 + fde6b59 commit bb1ecef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/deebot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/deebot/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb1ecef

Please sign in to comment.