Parcourir la source

Bump tinytuya dependency to 1.16.0

- update requirements.txt for previous tuya-device-sharing dependency update
- update hacs.json: render_readme is obsolete since HACS 2.0.0
Jason Rumney il y a 1 an
Parent
commit
f9e649fe31
4 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 3 3
      hacs.json
  3. 1 1
      requirements-dev.txt
  4. 2 2
      requirements.txt

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -12,7 +12,7 @@
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
-        "tinytuya==1.15.1",
+        "tinytuya==1.16.0",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.1.0"

+ 3 - 3
hacs.json

@@ -1,5 +1,5 @@
 {
-  "name": "Tuya Local",
-  "render_readme": true,
-  "homeassistant": "2024.12.0"
+    "name": "Tuya Local",
+    "homeassistant": "2024.12.0",
+    "hacs": "2.0.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -5,6 +5,6 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.15.1
+tinytuya~=1.16.0
 tuya-device-sharing-sdk~=0.2.1
 yamllint

+ 2 - 2
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.15.1
-tuya-device-sharing-sdk>=0.1.9,<=0.2.99
+tinytuya~=1.16.0
+tuya-device-sharing-sdk~=0.2.1