Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drafteed committed Dec 4, 2023
1 parent 155af7c commit 68b65f2
Showing 1 changed file with 5 additions and 5 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 -> Settings -> Dashboards -> Menu (top right corner) -> Resources.
3. Click on `+ ADD RESOURCE`.
4. Type `/local/mini-media-player-bundle.js?v=1.16.5` below URL.
4. Type `/local/mini-media-player-bundle.js?v=1.16.6` 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.16.5
- url: /local/mini-media-player-bundle.js?v=1.16.6
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.16.5/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.16.6/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.16.5
- url: /local/mini-media-player-bundle.js?v=1.16.6
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.16.5
- url: /local/mini-media-player-bundle.js?v=1.16.6
type: module
```

Expand Down

0 comments on commit 68b65f2

Please sign in to comment.