Prechádzať zdrojové kódy

Bump tinytuya to 1.12.10.

Bump own version (forgot for hastily released 2023.8.1)

Use later pytest-homeaassistant-custom-component if available, now
that we fixed the issues moving past the HA 2023.4.x based version.
Jason Rumney 2 rokov pred
rodič
commit
9939966bb9

+ 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.9"],
-    "version": "2023.8.0"
+    "requirements": ["pycryptodome~=3.18","tinytuya==1.12.10"],
+    "version": "2023.8.2"
 }

+ 2 - 2
requirements-dev.txt

@@ -2,9 +2,9 @@ black
 fuzzywuzzy
 isort
 levenshtein
-pytest-homeassistant-custom-component==0.13.49
+pytest-homeassistant-custom-component~=0.13.49
 pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.18
-tinytuya~=1.12.9
+tinytuya~=1.12.10

+ 1 - 1
requirements.txt

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