Skip to content

Commit

Permalink
🔖 Update docs & version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Nov 2, 2019
1 parent f4d2e60 commit b68ceb1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
13 changes: 7 additions & 6 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.4.1
- url: /local/mini-media-player-bundle.js?v=1.4.2
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.4.1/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.4.2/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.4.1
- url: /local/mini-media-player-bundle.js?v=1.4.2
type: module
```

Expand All @@ -64,7 +64,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.4.1
- url: /local/mini-media-player-bundle.js?v=1.4.2
type: module
```

Expand Down Expand Up @@ -137,8 +137,8 @@ See [Speaker group management](#speaker-group-management) for example usage.

**Supported platforms**
- sonos
- bluesound
- snapcast
- bluesound<sup>[2](#speaker_foot2)</sup>
- snapcast<sup>[2](#speaker_foot2)</sup>

| Name | Type | Default | Description |
|------|------|---------|-------------|
Expand All @@ -150,6 +150,7 @@ See [Speaker group management](#speaker-group-management) for example usage.
| icon | string | optional | Override default group button icon *(any mdi icon)*.

<a name="speaker_foot1"><sup>1</sup></a> Currently not yet supported in Home Assistant, *soon™*
<a name="speaker_foot2"><sup>2</sup></a> Some features are not yet supported.

#### Speaker entity object
| Name | Type | Default | Description |
Expand Down
13 changes: 11 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## v1.4.2

### ADDED
- Optional stop / play_stop button #167 (#177) - (@guillaumelamirand)
- Theme variable for linear color stop in `full-cover` mode (#178) - (@guillaumelamirand)

### FIXED
- Fixed responsive spacing of media controls
- Prevent the extra card padding when there's no progressbar present
- Fixed overflowing artwork

## v1.4.1
### FIXED
- Fixed invalid progress bar seek position in multi column card setups


## v1.4.0
### ADDED
- Drag/swipe support on the progress bar to make fine adjustments easier.
Expand All @@ -17,7 +27,6 @@
### FIXED
- Misplaced volume knob text in certain configurations (#166)


## v1.3.1
### FIXED
- Duplicate controls with certain card configurations (#169)
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.4.1",
"version": "v1.4.2",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
6 changes: 3 additions & 3 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mini-media-player-bundle": {
"updated_at": "2019-09-27",
"version": "1.4.1",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.4.1/mini-media-player-bundle.js",
"updated_at": "2019-11-02",
"version": "1.4.2",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.4.2/mini-media-player-bundle.js",
"visit_repo": "https://github.com/kalkih/mini-media-player",
"changelog": "https://github.com/kalkih/mini-media-player/releases/latest"
}
Expand Down

0 comments on commit b68ceb1

Please sign in to comment.