Skip to content

Commit 1090774

Browse files
committed
Document installation and FAQ updates
Added instructions for refreshing the cache in the installation guide and FAQ. These updates enhance user experience by clarifying common issues related to caching.
1 parent 8a76d60 commit 1090774

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,12 @@
9090
1. Click the :material-pencil: icon in the top right corner of the dashboard.
9191
2. Click the three-dot menu in the top right corner of the dashboard.
9292
3. Select `Raw configuration editor`.
93+
94+
??? question "How to reload the dashboard after installing a new version manually?"
95+
96+
Standard cache clears like CTRL+F5 often fail in Home Assistant due to its reliance on Service Workers.
97+
98+
To ensure a clean reload, open the Developer Tools (F12 for most browsers), enable 'Disable cache' in the Network
99+
tab, and refresh the page twice to update all resources.
100+
101+
**Don't forget to re-enable the cache again when you're finished.**

docs/getting-started/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ If you require testing a custom build for debug purposes, follow these steps:
4343
!!! note
4444

4545
Refresh the cache of the client you use to access Home Assistant.
46+
See the [FAQ](../faq.md) for instructions on desktop browers.
4647

4748
## 🔄 Updating
4849

0 commit comments

Comments
 (0)