From 803014186d26ac05f0bb9a242fbd782428b1eae7 Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Sat, 11 Nov 2023 21:15:13 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 7aa4243..52cbd14 100644 --- a/Home.md +++ b/Home.md @@ -7,12 +7,12 @@ You need to install these cards before using this strategy: - [Mushroom cards][mushroomUrl] - [Mini graph card][mini-graphUrl] -## HACS +## HACs -Mushroom dashboard strategy is available in [HACS][hacsUrl] (Home Assistant Community Store). +Mushroom dashboard strategy is available in [HACs][hacsUrl] (Home Assistant Community Store). -1. Install HACS if you don't have it already. -2. Open HACS in Home Assistant. +1. Install HACs if you don't have it already. +2. Open HACs in Home Assistant. 3. Go to the "Frontend" section. 4. Click the button with the "+" icon 5. Search for "Mushroom dashboard" and install. @@ -57,7 +57,10 @@ Error loading the dashboard strategy: be registered ``` This is mainly because of cache or HACs didn't create a reference. -Try clearing the cache on your browser and add a reference to mushroom-strategy.js in the Dashboard. There are two ways to do that: +Try clearing the cache on your browser and redownloading from HACs. + +If it still doesn't work, you will have to add a reference to +mushroom-strategy.js in the Dashboard. There are two ways to do that: - Using UI: Settings → Dashboards → More Options icon (3 dots) → Resources → Add Resource → @@ -77,4 +80,5 @@ Try clearing the cache on your browser and add a reference to mushroom-strategy. Use `/local/mushroom-strategy.js` as url if you followed the manual installation instructions. [mushroomUrl]: https://github.com/piitaya/lovelace-mushroom -[mini-graphUrl]: https://github.com/kalkih/mini-graph-card \ No newline at end of file +[mini-graphUrl]: https://github.com/kalkih/mini-graph-card +[hacsUrl]: https://hacs.xyz \ No newline at end of file