Skip to content

Commit

Permalink
update README.md / hacs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alia5 committed Sep 26, 2024
1 parent f766906 commit 5ef413f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
target_commitish: "master"
draft: false
prerelease: false
files: dist/expander-card.js
files: dist/lovelace-expander-card.js
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<config directory>/www/expander-card.js`
Install the `expander-card` card by copying `lovelace-expander-card.js` to `<config directory>/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
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "expander-card",
"content_in_root": false,
"render_readme": true,
"filename": "expander-card.js"
"filename": "lovelace-expander-card.js"
}

0 comments on commit 5ef413f

Please sign in to comment.