manifest.json 362 B

1234567891011
  1. {
  2. "domain": "tuya_local",
  3. "name": "Tuya based devices local control",
  4. "version": "0.1.3",
  5. "documentation": "https://github.com/make-all/tuya-local",
  6. "issue_tracker": "https://github.com/make-all/tuya-local/issues",
  7. "dependencies": [],
  8. "codeowners": ["@make-all"],
  9. "requirements": ["pycryptodome~=3.9","pytuya~=7.0.5"],
  10. "config_flow": true
  11. }