- 新增 create_person、delete_person、create_face、delete_face 服务 - 支持通过摄像头实体获取图片 (camera_entity_id 参数) - 添加配置选项支持,可通过 Options Flow 修改配置 - 传感器采用 CoordinatorEntity 模式,优化数据更新机制 - 改进重试逻辑与错误处理 - 重构代码结构,清理冗余代码
17 lines
509 B
JSON
17 lines
509 B
JSON
{
|
|
"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": [
|
|
"tencentcloud-sdk-python-common>=3.0.0,<4.0.0",
|
|
"tencentcloud-sdk-python-iai>=3.0.0,<4.0.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": ["@xyzmos"],
|
|
"version": "2.0.0",
|
|
"iot_class": "cloud_polling",
|
|
"resources": []
|
|
}
|