From a30c37017b7782473294d7999e85d7a369a0539a Mon Sep 17 00:00:00 2001 From: Paul Annekov Date: Wed, 10 Jul 2019 02:54:20 +0300 Subject: [PATCH] Update tuyaha to 0.0.2 to catch API exceptions (#25050) * Update tuyaha to 0.0.2 to catch API exceptions * Updated tuyaha version in requirements --- homeassistant/components/tuya/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tuya/manifest.json b/homeassistant/components/tuya/manifest.json index cfd5e9e95bc..57eb3f17584 100644 --- a/homeassistant/components/tuya/manifest.json +++ b/homeassistant/components/tuya/manifest.json @@ -3,7 +3,7 @@ "name": "Tuya", "documentation": "https://www.home-assistant.io/components/tuya", "requirements": [ - "tuyaha==0.0.1" + "tuyaha==0.0.2" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index f28e0746db4..4d8cf82e36c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1822,7 +1822,7 @@ tplink==0.2.1 transmissionrpc==0.11 # homeassistant.components.tuya -tuyaha==0.0.1 +tuyaha==0.0.2 # homeassistant.components.twilio twilio==6.19.1