ソースを参照

Prepare 0.19.3 release before starting more extensive changes

tinytuya 1.7.0 was released, and I want to update to that for protocol 3.2 and 3.4 support.  But after the 0.19.0 issues with tinytuya 1.6.6, this is likely to need extensive changes to the low level protocol handling so might take a while to stabilise.

In the meantime, current 0.19.2 release is incorrectly marked as 0.19.0 in the mainfest, and there are few minor device and documentation changes that are ready for release already.
Jason Rumney 3 年 前
コミット
d67bbbf65a
3 ファイル変更3 行追加3 行削除
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -2,7 +2,7 @@
     "domain": "tuya_local",
     "iot_class": "local_polling",
     "name": "Tuya Local",
-    "version": "0.19.0",
+    "version": "0.19.3",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],

+ 1 - 1
requirements-dev.txt

@@ -5,4 +5,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.15.0
-tinytuya~=1.6.6
+tinytuya~=1.6.5

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.15.0
-tinytuya~=1.6.6
+tinytuya~=1.6.5