Skip to content

Commit

Permalink
Fix: Edge case where downloading media would fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri committed Mar 11, 2024
1 parent efcaea3 commit 12677bd
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/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from homeassistant.helpers import config_validation as cv

PYTAPO_REQUIRED_VERSION = "3.3.18"
PYTAPO_REQUIRED_VERSION = "3.3.19"
DOMAIN = "tapo_control"
BRAND = "TP-Link"
ALARM_MODE = "alarm_mode"
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 @@ -5,7 +5,7 @@
"issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues",
"codeowners": ["@JurajNyiri"],
"version": "5.4.13",
"requirements": ["pytapo==3.3.18"],
"requirements": ["pytapo==3.3.19"],
"dependencies": ["ffmpeg", "onvif"],
"config_flow": true,
"homeassistant": "2024.1.0",
Expand Down

0 comments on commit 12677bd

Please sign in to comment.