소스 검색

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