Skip to content

Commit dc0cc44

Browse files
committed
added an icon
1 parent 74e6411 commit dc0cc44

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SharePoint Photos Integration for Home Assistant
22

3+
<p align="center">
4+
<img src="custom_components/sharepoint_photos/icon.svg" alt="SharePoint Photos icon" width="160">
5+
</p>
6+
37
A complete Home Assistant custom integration that displays random photos from your SharePoint folders.
48
This code was generatde by GPT5.1-Codex.
59

@@ -13,6 +17,10 @@ This code was generatde by GPT5.1-Codex.
1317
**Services** - Manual refresh and folder selection services
1418
**Configuration UI** - Easy setup through Home Assistant UI
1519

20+
### Icon & Branding
21+
22+
The repository now includes a custom SVG icon (`custom_components/sharepoint_photos/icon.svg`) that blends SharePoint-inspired blues with a camera frame/mountain motif. Feel free to reuse it for dashboards, HACS tiles, or documentation previews.
23+
1624
## Installation
1725

1826
### 1. Copy Integration Files
Lines changed: 25 additions & 0 deletions
Loading

hacs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "SharePoint Photos",
33
"content_in_root": false,
44
"render_readme": true,
5-
"domain": "sharepoint_photos"
5+
"domain": "sharepoint_photos",
6+
"icon": "custom_components/sharepoint_photos/icon.svg"
67
}

0 commit comments

Comments
 (0)