Skip to content

Commit

Permalink
Update tuyaha to 0.0.2 to catch API exceptions (#25050)
Browse files Browse the repository at this point in the history
* Update tuyaha to 0.0.2 to catch API exceptions

* Updated tuyaha version in requirements
  • Loading branch information
PaulAnnekov authored and MartinHjelmare committed Jul 9, 2019
1 parent 195b034 commit a30c370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tuya/manifest.json
Expand Up @@ -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": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit a30c370

Please sign in to comment.