- config_flow.py: 新增人员管理步骤(async_step_manage/list/create) 支持在 HA 配置 -> 选项 中查看人员列表、创建和删除 - __init__.py: 新增 3 个 WebSocket API 命令(list/create/delete) 前端可通过 HA WebSocket 直接调用 - blueprints/face_detection_automation.yaml: 自动化蓝图 支持人脸检测/搜索 + 通知推送 - manifest.json: 版本号 2.2.0 用户现可通过 HA 界面对人员进行可视化管理
18 lines
531 B
JSON
18 lines
531 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",
|
|
"Pillow>=10.0.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": ["@xyzmos"],
|
|
"version": "2.2.0",
|
|
"iot_class": "cloud_polling",
|
|
"resources": []
|
|
}
|