impress_sig_mesh_hacs/custom_components/sigmesh_gateway/manifest.json
impressionyang e905410ed7 fix: 修复 manifest.json 依赖错误
问题:bleak-mesh 包不存在导致 500 错误
解决:
- 移除不存在的 bleak-mesh 依赖
- 使用 pyserial-asyncio-fast 替代 pyserial-asyncio(HA 推荐)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 19:03:15 +08:00

14 lines
437 B
JSON

{
"domain": "sigmesh_gateway",
"name": "SigMesh Gateway",
"version": "1.0.0",
"documentation": "https://github.com/impress-sig-mesh/sigmesh_gateway",
"issue_tracker": "https://github.com/impress-sig-mesh/sigmesh_gateway/issues",
"dependencies": [],
"codeowners": ["@impress-sig-mesh"],
"requirements": ["pyserial-asyncio-fast>=0.6"],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["sigmesh_gateway"]
}