manifest.json 434 B

1234567891011121314151617
  1. {
  2. "domain": "tuya_local",
  3. "name": "Tuya Local",
  4. "codeowners": [
  5. "@make-all"
  6. ],
  7. "config_flow": true,
  8. "dependencies": [],
  9. "documentation": "https://github.com/make-all/tuya-local",
  10. "integration_type": "device",
  11. "iot_class": "local_push",
  12. "issue_tracker": "https://github.com/make-all/tuya-local/issues",
  13. "requirements": [
  14. "tinytuya==1.13.2"
  15. ],
  16. "version": "2024.5.1"
  17. }