manifest.json 395 B

123456789101112
  1. {
  2. "domain": "tuya_local",
  3. "iot_class": "local_polling",
  4. "name": "Tuya Local",
  5. "version": "0.8.6",
  6. "documentation": "https://github.com/make-all/tuya-local",
  7. "issue_tracker": "https://github.com/make-all/tuya-local/issues",
  8. "dependencies": [],
  9. "codeowners": ["@make-all"],
  10. "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.6"],
  11. "config_flow": true
  12. }