From 03063162093bfc9f996e9ee30ce500eb48526271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Thu, 15 Oct 2020 23:25:35 +0200 Subject: [PATCH] Fix: Component does not initiate in HomeAssistant 0.116.3 --- custom_components/tapo_control/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom_components/tapo_control/manifest.json b/custom_components/tapo_control/manifest.json index 93ef1ae7..201f70be 100644 --- a/custom_components/tapo_control/manifest.json +++ b/custom_components/tapo_control/manifest.json @@ -4,7 +4,11 @@ "documentation": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control", "issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues", "codeowners": ["@JurajNyiri"], - "requirements": ["pytapo==0.11","onvif-zeep-async==0.5.0"], + "requirements": [ + "pytapo==0.11", + "onvif-zeep-async==0.6.0", + "zeep[async]==3.4.0" + ], "dependencies": ["ffmpeg"], "config_flow": true }