Update tuyaha to 0.0.2 to catch API exceptions ()

* Update tuyaha to 0.0.2 to catch API exceptions

* Updated tuyaha version in requirements
pull/25059/head
Paul Annekov 2019-07-10 02:54:20 +03:00 committed by Martin Hjelmare
parent 195b034abc
commit a30c37017b
2 changed files with 2 additions and 2 deletions
homeassistant/components/tuya

View File

@ -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": []

View File

@ -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