瀏覽代碼

Bump tinytuya to 1.12.11: Bug fix for offline devices

This fix may help with some reports of devices not coming back online,
as the connection error should be caught and logged rather than being
potentially thrown up to HA which may be disabling the device.
Jason Rumney 2 年之前
父節點
當前提交
cdcfac1592
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -8,6 +8,6 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["pycryptodome~=3.18","tinytuya==1.12.10"],
-    "version": "2023.8.3"
+    "requirements": ["pycryptodome~=3.18","tinytuya==1.12.11"],
+    "version": "2023.9.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.18
-tinytuya~=1.12.10
+tinytuya~=1.12.11

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.18
-tinytuya~=1.12.10
+tinytuya~=1.12.11