Просмотр исходного кода

Bump tinytuya to 1.19.0

New experimental Monitor class may be worth investigating, as asyncio
support seems to have stalled. If the monitor thread can solve the
v3.4 connection issues then it will be worth it for that alone, but
also it should reduce load, as it uses a single monitor thread instead
of one executor per device.
Jason Rumney 4 дней назад
Родитель
Сommit
ac85c13977
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      pyproject.toml

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -15,8 +15,8 @@
         "tinytuya"
     ],
     "requirements": [
-        "tinytuya==1.18.1",
+        "tinytuya==1.19.0",
         "tuya-device-sharing-sdk~=0.2.4"
     ],
-    "version": "2026.6.4"
+    "version": "2026.7.0"
 }

+ 1 - 1
pyproject.toml

@@ -8,7 +8,7 @@ description = "A Home Assistant integration for local control of Tuya devices."
 version = "0.0.0"
 requires-python = ">=3.14.2"
 dependencies = [
-  "tinytuya~=1.18.1",
+  "tinytuya~=1.19.0",
   "tuya-device-sharing-sdk~=0.2.4"
 ]
 readme = "README.md"