Kaynağa Gözat

Bump tinytuya to 1.18.1

A fix to increase header length to allow for some remote learn
commands may help some devices.
Jason Rumney 9 saat önce
ebeveyn
işleme
10e2e455ed
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      pyproject.toml

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -15,7 +15,7 @@
         "tinytuya"
     ],
     "requirements": [
-        "tinytuya==1.18.0",
+        "tinytuya==1.18.1",
         "tuya-device-sharing-sdk~=0.2.4"
     ],
     "version": "2026.5.5"

+ 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.0",
+  "tinytuya~=1.18.1",
   "tuya-device-sharing-sdk~=0.2.4"
 ]
 readme = "README.md"