2025-09-07 21:48:21 +08:00
|
|
|
{
|
|
|
|
|
"domain": "tencent_face_recognition",
|
|
|
|
|
"name": "腾讯云人脸识别",
|
|
|
|
|
"config_flow": true,
|
|
|
|
|
"documentation": "https://code.nextrt.com/Hass/tencent_face_recognition",
|
|
|
|
|
"issue_tracker": "https://code.nextrt.com/Hass/tencent_face_recognition/issues",
|
|
|
|
|
"requirements": [
|
2026-05-01 23:14:39 +08:00
|
|
|
"tencentcloud-sdk-python-common>=3.0.0,<4.0.0",
|
2026-07-07 02:33:38 +08:00
|
|
|
"tencentcloud-sdk-python-iai>=3.0.0,<4.0.0",
|
|
|
|
|
"Pillow>=10.0.0"
|
2025-09-07 21:48:21 +08:00
|
|
|
],
|
|
|
|
|
"dependencies": [],
|
|
|
|
|
"codeowners": ["@xyzmos"],
|
2026-07-07 07:27:19 +08:00
|
|
|
"version": "2.2.0",
|
2025-09-07 21:48:21 +08:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
|
"resources": []
|
2026-05-01 23:14:39 +08:00
|
|
|
}
|