From 6fa9bd546f2ec3641dbb4daa0ad5f3e5a7fc6492 Mon Sep 17 00:00:00 2001 From: Rudy Date: Tue, 3 Dec 2024 11:19:05 +0100 Subject: [PATCH] [DOCS] Update manual installation documentation Resolves: #204 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e066f2..864fc2f 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Custom Home Assistant card displaying a responsive overview of multiple days wit ### HACS (Recommended) 1. Make sure [HACS](https://hacs.xyz) is installed and working. -2. Add this repository (https://github.com/FamousWolf/week-planner-card) via [HACS Custom repositories](https://hacs.xyz/docs/faq/custom_repositories) -3. Download and install using HACS +2. Add this repository (https://github.com/FamousWolf/week-planner-card) via [HACS Custom repositories](https://hacs.xyz/docs/faq/custom_repositories). Type should be `Dashboard`. +3. Download and install using HACS. ### Manual @@ -44,9 +44,11 @@ Custom Home Assistant card displaying a responsive overview of multiple days wit ``` - **Using the graphical editor** 1. Make sure advanced mode is enabled in your user profile - 2. Navigate to Configuration -> Lovelace Dashboards -> Resources Tab. Hit orange (+) icon - 3. Enter URL `/local/week-planner-card.js` and select type "JavaScript Module". - 4. Restart Home Assistant. + 2. Navigate to "Settings" -> "Dashboards". + 3. Click on the 3 vertical dots in the top right corner and select "Resources". + 4. Click on the "Add resource" button in the bottom right corner. + 5. Enter URL `/local/week-planner-card.js` and select type "JavaScript Module". + 6. Restart Home Assistant. ## Configuration