Quellcode durchsuchen

Fix manifest syntax after reorder

Jason Rumney vor 9 Monaten
Ursprung
Commit
063a049302
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      custom_components/tuya_local/manifest.json

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -15,9 +15,9 @@
         "tinytuya"
     ],
     "requirements": [
-        "cryptography>=45.0.0"
+        "cryptography>=45.0.0",
         "git+https://github.com/jasonacox/tinytuya.git@v2.0.0-async",
-        "tuya-device-sharing-sdk~=0.2.1",
+        "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.9.1-async-experimental"
 }