问题:bleak-mesh 包不存在导致 500 错误 解决: - 移除不存在的 bleak-mesh 依赖 - 使用 pyserial-asyncio-fast 替代 pyserial-asyncio(HA 推荐) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
437 B
JSON
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"]
|
|
}
|