Skip to content

Commit

Permalink
🔖 Update docs & version v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed May 19, 2020
1 parent f5984a2 commit 4925a6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ 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. Add a reference to `mini-media-player-bundle.js` inside your `ui-lovelace.yaml`.
2. Add a reference to `mini-media-player-bundle.js` inside your `configuration.yaml` or in the Home Assistant UI from the resource tab.

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=1.8.0
- url: /local/mini-media-player-bundle.js?v=1.8.1
type: module
```

Expand All @@ -32,14 +32,14 @@ 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.8.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.8.1/mini-media-player-bundle.js
```

3. Add a reference to `mini-media-player-bundle.js` inside your `ui-lovelace.yaml`.

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=1.8.0
- url: /local/mini-media-player-bundle.js?v=1.8.1
type: module
```

Expand All @@ -52,7 +52,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=1.8.0
- url: /local/mini-media-player-bundle.js?v=1.8.1
type: module
```

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.8.1
### FIXED
- Changed icon element for HA > 0.110.0 support #302 (#304)


## v1.8.0
### ADDED
- Options to hide previous and/or next playback controls #233 (#275)
Expand Down
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.8.0",
"version": "v1.8.1",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 4925a6b

Please sign in to comment.