diff --git a/custom_components/tapo_control/const.py b/custom_components/tapo_control/const.py index ed851c9..3317e2d 100644 --- a/custom_components/tapo_control/const.py +++ b/custom_components/tapo_control/const.py @@ -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" diff --git a/custom_components/tapo_control/manifest.json b/custom_components/tapo_control/manifest.json index 9787c78..41f3169 100644 --- a/custom_components/tapo_control/manifest.json +++ b/custom_components/tapo_control/manifest.json @@ -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",