Skip to content

Commit

Permalink
Fix: Reauthenticate on failure detecting hashing algorithm and PKCS#7…
Browse files Browse the repository at this point in the history
… padding is incorrect.
  • Loading branch information
JurajNyiri committed Nov 15, 2023
1 parent 780db15 commit acd0195
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.9"
PYTAPO_REQUIRED_VERSION = "3.3.10"
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 @@ -8,7 +8,7 @@
],
"version": "5.4.5",
"requirements": [
"pytapo==3.3.9"
"pytapo==3.3.10"
],
"dependencies": [
"ffmpeg",
Expand Down

0 comments on commit acd0195

Please sign in to comment.