diff --git a/custom_components/tapo_control/manifest.json b/custom_components/tapo_control/manifest.json index 92917f0d..01931563 100644 --- a/custom_components/tapo_control/manifest.json +++ b/custom_components/tapo_control/manifest.json @@ -5,11 +5,7 @@ "issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues", "codeowners": ["@JurajNyiri"], "version": "3.4.1", - "requirements": [ - "pytapo==1.2.1", - "onvif-zeep-async==1.0.0", - "zeep[async]==4.0.0" - ], + "requirements": ["pytapo==1.2.1", "onvif-zeep-async==1.2.0"], "dependencies": ["ffmpeg"], "config_flow": true, "homeassistant": "2021.2.0",