Skip to content

Commit

Permalink
🔖 Update docs & version v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed May 28, 2020
1 parent 17f24ae commit 06424f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.9.0
- url: /local/mini-media-player-bundle.js?v=1.9.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.9.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.9.1/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
resources:
- url: /local/mini-media-player-bundle.js?v=1.9.0
- url: /local/mini-media-player-bundle.js?v=1.9.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.9.0
- url: /local/mini-media-player-bundle.js?v=1.9.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.9.0
### FIXED
- Fix broken shortcut column height #318 (#319)


## v1.9.0
### NEW
- Squeezebox multiroom support (#312) **(BETA)**
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.9.0",
"version": "v1.9.1",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 06424f0

Please sign in to comment.