- 添加 .asset/impress_sig_mesh_hacs.png 作为 HACS 集成图标 - 在 hacs.json 中配置 icon 字段 - 在 README.md 顶部显示图标 - 更新 .gitignore 仅保留图标文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"name": "SigMesh Gateway",
|
|
"content_in_root": false,
|
|
"filename": "sigmesh_gateway.zip",
|
|
"render_readme": true,
|
|
"zip_release": true,
|
|
"homeassistant": "2024.1.0",
|
|
"hacs": "1.34.0",
|
|
"icon": ".asset/impress_sig_mesh_hacs.png"
|
|
}
|