feat: 升级至v2.0.0,新增人员/人脸管理服务与摄像头支持
- 新增 create_person、delete_person、create_face、delete_face 服务 - 支持通过摄像头实体获取图片 (camera_entity_id 参数) - 添加配置选项支持,可通过 Options Flow 修改配置 - 传感器采用 CoordinatorEntity 模式,优化数据更新机制 - 改进重试逻辑与错误处理 - 重构代码结构,清理冗余代码
This commit is contained in:
+4
-4
@@ -5,12 +5,12 @@
|
||||
"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",
|
||||
"tencentcloud-sdk-python-iai"
|
||||
"tencentcloud-sdk-python-common>=3.0.0,<4.0.0",
|
||||
"tencentcloud-sdk-python-iai>=3.0.0,<4.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@xyzmos"],
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"iot_class": "cloud_polling",
|
||||
"resources": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user