Просмотр исходного кода

Fix manifest syntax after reorder

Jason Rumney 5 месяцев назад
Родитель
Сommit
063a049302
1 измененных файлов с 2 добавлено и 2 удалено
  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"
 }