Explorar el 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 hace 2 años
padre
commit
cdcfac1592
Se han modificado 3 ficheros con 4 adiciones y 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",
     "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