From c6572b267ac949b24eb724fb733662eb36eed048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Sun, 4 Oct 2020 18:30:33 +0200 Subject: [PATCH] Update: Better error handling in pytapo --- custom_components/tapo_control/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tapo_control/manifest.json b/custom_components/tapo_control/manifest.json index ff37be3..389f1bb 100644 --- a/custom_components/tapo_control/manifest.json +++ b/custom_components/tapo_control/manifest.json @@ -5,6 +5,6 @@ "dependencies": [], "issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues", "codeowners": ["@JurajNyiri"], - "requirements": ["pytapo==0.7","unidecode"] + "requirements": ["pytapo==0.8","unidecode"] } \ No newline at end of file