manifest.json 442 B

12345678910111213
  1. {
  2. "domain": "tuya_local",
  3. "iot_class": "local_push",
  4. "integration_type": "device",
  5. "name": "Tuya Local",
  6. "version": "2022.2.0",
  7. "documentation": "https://github.com/make-all/tuya-local",
  8. "issue_tracker": "https://github.com/make-all/tuya-local/issues",
  9. "dependencies": [],
  10. "codeowners": ["@make-all"],
  11. "requirements": ["pycryptodome~=3.16.0","tinytuya==1.10.0"],
  12. "config_flow": true
  13. }