4
0

manifest.json 477 B

12345678910111213141516171819
  1. {
  2. "domain": "tuya_local",
  3. "name": "Tuya Local",
  4. "codeowners": [
  5. "@make-all"
  6. ],
  7. "config_flow": true,
  8. "dependencies": [],
  9. "documentation": "https://github.com/make-all/tuya-local",
  10. "integration_type": "device",
  11. "iot_class": "local_push",
  12. "issue_tracker": "https://github.com/make-all/tuya-local/issues",
  13. "requirements": [
  14. "tinytuya==1.16.0",
  15. "tuya-device-sharing-sdk~=0.2.1"
  16. ],
  17. "version": "2025.1.1"
  18. }