Skip to content

Commit

Permalink
Fix #455: Configuration failed for C420
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri committed Nov 17, 2023
1 parent c78cbb1 commit 85861aa
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
Expand Up @@ -5,7 +5,7 @@

from homeassistant.helpers import config_validation as cv

PYTAPO_REQUIRED_VERSION = "3.3.15"
PYTAPO_REQUIRED_VERSION = "3.3.16"
DOMAIN = "tapo_control"
BRAND = "TP-Link"
ALARM_MODE = "alarm_mode"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tapo_control/manifest.json
Expand Up @@ -8,7 +8,7 @@
],
"version": "5.4.8",
"requirements": [
"pytapo==3.3.15"
"pytapo==3.3.16"
],
"dependencies": [
"ffmpeg",
Expand Down

0 comments on commit 85861aa

Please sign in to comment.