| 1234567891011121314151617181920212223 |
- {
- "domain": "tuya_local",
- "name": "Tuya Local",
- "codeowners": [
- "@make-all"
- ],
- "config_flow": true,
- "dependencies": [],
- "documentation": "https://github.com/make-all/tuya-local",
- "integration_type": "device",
- "iot_class": "local_push",
- "issue_tracker": "https://github.com/make-all/tuya-local/issues",
- "loggers": [
- "tuya_local",
- "tinytuya"
- ],
- "requirements": [
- "cryptography>=45.0.0",
- "git+https://github.com/jasonacox/tinytuya.git@v2.0.0-async",
- "tuya-device-sharing-sdk~=0.2.1"
- ],
- "version": "2025.9.1-async-experimental"
- }
|