ソースを参照

Use correct format for git requirement

Jason Rumney 5 ヶ月 前
コミット
bd4f4663b3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -15,7 +15,7 @@
         "tinytuya"
     ],
     "requirements": [
-        "tinytuya @ git+https://github.com/jasonacox/tinytuya.git@v2.0.0-async",
+        "git+https://github.com/jasonacox/tinytuya.git@v2.0.0-async",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.9.async-experimental",