|
|
@@ -1,11 +1,12 @@
|
|
|
{
|
|
|
- "domain": "tuya_local",
|
|
|
- "name": "Tuya based devices local control",
|
|
|
- "version": "0.1.3",
|
|
|
- "documentation": "https://github.com/make-all/tuya-local",
|
|
|
+ "domain": "tuya_local",
|
|
|
+ "name": "Tuya based devices local control",
|
|
|
+ "version": "0.2.1",
|
|
|
+ "documentation": "https://github.com/make-all/tuya-local",
|
|
|
"issue_tracker": "https://github.com/make-all/tuya-local/issues",
|
|
|
- "dependencies": [],
|
|
|
- "codeowners": ["@make-all"],
|
|
|
- "requirements": ["pycryptodome~=3.9","tinytuya~=1.2.3"],
|
|
|
- "config_flow": true
|
|
|
+ "dependencies": [],
|
|
|
+ "codeowners": ["@make-all"],
|
|
|
+ "requirements": ["pycryptodome~=3.9","tinytuya~=1.2"],
|
|
|
+ "config_flow": true,
|
|
|
+ "iot_class": "local_polling"
|
|
|
}
|