Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix HA camera warning (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Oct 2, 2021
1 parent bdad4e6 commit 38b9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deebot/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def device_info(self) -> Optional[Dict[str, Any]]:
return get_device_info(self._vacuum_bot)

async def async_camera_image(
self, width: Optional[int] = None, _: Optional[int] = None
self, width: Optional[int] = None, height: Optional[int] = None
) -> Optional[bytes]:
"""Return a still image response from the camera.
Expand Down

0 comments on commit 38b9136

Please sign in to comment.