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 requirementspull/25059/head
parent
195b034abc
commit
a30c37017b
homeassistant/components/tuya
|
@ -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": []
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue