Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Mar 3, 2022
1 parent 66d4303 commit 756f007
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
1. Download and copy `mini-media-player-bundle.js` from the [latest release](https://github.com/kalkih/mini-media-player/releases/latest) into your `config/www` directory.
2. Go to Sidebar -> Configuration -> Lovelace Dashboards -> Resources.
3. Click on `+ ADD RESOURCE`.
4. Type `/local/mini-media-player-bundle.js?v=1.15.0` below URL.
4. Type `/local/mini-media-player-bundle.js?v=1.16.0` below URL.
5. Choose `JavaScript Module` below Resource Type.
6. Accept.

Expand All @@ -33,7 +33,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.15.0
- url: /local/mini-media-player-bundle.js?v=1.16.0
type: module
```
Expand All @@ -44,15 +44,15 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
2. Grab `mini-media-player-bundle.js`

```console
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.15.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.16.0/mini-media-player-bundle.js
```

3. Add a reference to `mini-media-player-bundle.js` inside your `configuration.yaml` or through the Home Assistant UI from the resource tab.

```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.15.0
- url: /local/mini-media-player-bundle.js?v=1.16.0
type: module
```

Expand All @@ -66,7 +66,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
```yaml
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.15.0
- url: /local/mini-media-player-bundle.js?v=1.16.0
type: module
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-media-player",
"version": "v1.16.0-beta",
"version": "v1.16.0",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 756f007

Please sign in to comment.