impress_sig_mesh_hacs/custom_components/sigmesh_gateway/manifest.json
impressionyang 19774a4a9f fix: 修复平台加载和 OptionsFlow 错误
主要修复:
1. 将平台文件从 platforms/ 移到集成根目录
   - sensor.py, binary_sensor.py, switch.py, light.py, device_tracker.py
2. 修复 OptionsFlow config_entry 属性错误
   - 移除手动设置的 config_entry
3. 添加集成图标 icons/icon.png
4. manifest.json 添加 integration_type: device

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 09:39:35 +08:00

16 lines
500 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"],
"quality_scale": "internal",
"integration_type": "device"
}