manifest.json 565 B

1234567891011121314151617181920212223
  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. "loggers": [
  14. "tuya_local",
  15. "tinytuya",
  16. "tuya_sharing"
  17. ],
  18. "requirements": [
  19. "tinytuya==1.16.3",
  20. "tuya-device-sharing-sdk~=0.2.1"
  21. ],
  22. "version": "2025.5.1"
  23. }