|
|
@@ -1,14 +1,17 @@
|
|
|
{
|
|
|
"domain": "tuya_local",
|
|
|
"name": "Tuya Local",
|
|
|
- "codeowners": ["@make-all"],
|
|
|
+ "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",
|
|
|
- "requirements": ["tinytuya==1.13.2"],
|
|
|
- "version": "2024.5.1",
|
|
|
- "import_executor": false
|
|
|
+ "requirements": [
|
|
|
+ "tinytuya==1.13.2"
|
|
|
+ ],
|
|
|
+ "version": "2024.5.1"
|
|
|
}
|