manifest.json 445 B

12345678910111213
  1. {
  2. "domain": "tuya_local",
  3. "iot_class": "local_polling",
  4. "integration_type": "device",
  5. "name": "Tuya Local",
  6. "version": "2022.12.1",
  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.9.1"],
  12. "config_flow": true
  13. }