Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
cdcfac1592
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  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",
     "integration_type": "device",
     "iot_class": "local_push",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "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-asyncio
 pytest-cov
 pytest-cov
 pycryptodome~=3.18
 pycryptodome~=3.18
-tinytuya~=1.12.10
+tinytuya~=1.12.11

+ 1 - 1
requirements.txt

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