manifest.json 440 B

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