docs: 添加项目图标
- 添加 .asset/impress_sig_mesh_hacs.png 作为 HACS 集成图标 - 在 hacs.json 中配置 icon 字段 - 在 README.md 顶部显示图标 - 更新 .gitignore 仅保留图标文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9637c7f39d
commit
acd23e6f64
BIN
.asset/impress_sig_mesh_hacs.png
Normal file
BIN
.asset/impress_sig_mesh_hacs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
4
.gitignore
vendored
4
.gitignore
vendored
@ -54,6 +54,10 @@ changelog.md
|
|||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
.hacs/
|
.hacs/
|
||||||
|
|
||||||
|
# 资产文件(仅保留 PNG 图标)
|
||||||
|
.asset/*
|
||||||
|
!.asset/impress_sig_mesh_hacs.png
|
||||||
|
|
||||||
# 测试
|
# 测试
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.coverage
|
.coverage
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
# SigMesh Gateway - Home Assistant 集成
|
# SigMesh Gateway - Home Assistant 集成
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
[](https://github.com/hacs/integration)
|
[](https://github.com/hacs/integration)
|
||||||
[](https://github.com/impress-sig-mesh/sigmesh_gateway/releases)
|
[](https://github.com/impress-sig-mesh/sigmesh_gateway/releases)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user