manifest.json 541 B

12345678910111213141516171819202122
  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. ],
  17. "requirements": [
  18. "tinytuya==1.17.4",
  19. "tuya-device-sharing-sdk~=0.2.1"
  20. ],
  21. "version": "2026.2.1"
  22. }