Skip to content

Commit

Permalink
Update: Compatibility with 2021.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri committed Sep 3, 2021
1 parent 4542548 commit 85962e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tapo_control/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def model(self):
def should_poll(self):
return True

async def async_camera_image(self):
async def async_camera_image(self, width=None, height=None):
ffmpeg = ImageFrame(self._ffmpeg.binary)
streaming_url = self.getStreamSource()
image = await asyncio.shield(
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tapo_control/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control",
"issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues",
"codeowners": ["@JurajNyiri"],
"version": "3.3.3",
"version": "3.4.1",
"requirements": [
"pytapo==1.2.1",
"onvif-zeep-async==1.0.0",
Expand Down

0 comments on commit 85962e4

Please sign in to comment.