4
0

manifest.json 269 B

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