manifest.json 407 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": ["tinytuya==1.13.1"],
  12. "version": "2023.12.2"
  13. }