From 4d40d9099073a89aa3becef3290e75688ab0c90a Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Thu, 26 Sep 2024 23:01:27 +0200 Subject: [PATCH] update README.md / hacs.json --- README.md | 8 ++++---- hacs.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 073b85b..65dfb77 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ https://github.com/Alia5/lovelace-expander-card ### Manual #### 1. Download the card -Install the `expander-card` card by copying `expander-card.js` to `/www/expander-card.js` +Install the `expander-card` card by copying `lovelace-expander-card.js` to `/www/lovelace-expander-card.js` Bash: ```bash -wget https://github.com/Alia5/lovelace-expander-card/releases/download/latest/expander-card.js -mv expander-card.js /config/www/ +wget https://github.com/Alia5/lovelace-expander-card/releases/download/latest/lovelace-expander-card.js +mv lovelace-expander-card.js /config/www/ ``` #### 2. Link the card to your lovelace ui @@ -87,7 +87,7 @@ Link `expander-card` inside your `ui-lovelace.yaml` ```yaml resources: - - url: /local/expander-card.js + - url: /local/lovelace-expander-card.js type: js ``` diff --git a/hacs.json b/hacs.json index 4c549ed..98c3fc1 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,5 @@ "name": "expander-card", "content_in_root": false, "render_readme": true, - "filename": "expander-card.js" + "filename": "lovelace-expander-card.js" } \ No newline at end of file