Skip to content

Commit 7c8cd08

Browse files
committed
Fix HACS filename path and add update instructions to README
1 parent 9851679 commit 7c8cd08

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,19 @@ card_mod:
330330
}
331331
```
332332

333+
### 🔄 Updating via HACS
334+
335+
If you already have this repository added and don't see **Neumorphism Pro**:
336+
337+
1. Open **HACS** in Home Assistant.
338+
2. Go to **Entry** for this repository (`Neumorphic Bliss`).
339+
3. Click the **three dots (⋮)** in the top right.
340+
4. Select **Update information** to force HACS to see the new GitHub changes.
341+
5. If an update is available, click **Update**.
342+
6. If not, click **Redownload**.
343+
7. **IMPORTANT**: Go to **Developer Tools** → **YAML** → Click **THEMES** to reload them without restarting.
344+
8. Refresh your browser page (`Ctrl + F5`).
345+
333346
---
334347

335348
## ⚠️ Known Issues & Tips

hacs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Neumorphism Pro - Exact Themesberg Reference",
3-
"filename": "neumorphism_pro.yaml",
2+
"name": "Neumorphism Pro",
3+
"filename": "themes/neumorphism_pro.yaml",
44
"homeassistant": "2023.1.0",
55
"render_readme": true
66
}

0 commit comments

Comments
 (0)