Skip to content

Commit

Permalink
🔖 Update docs & version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Mar 31, 2020
1 parent 12179a5 commit bec1d80
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
12 changes: 7 additions & 5 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.6.0
- url: /local/mini-media-player-bundle.js?v=1.7.0
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.6.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.7.0/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.6.0
- url: /local/mini-media-player-bundle.js?v=1.7.0
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.6.0
- url: /local/mini-media-player-bundle.js?v=1.7.0
type: module
```

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

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

| Name | Type | Default | Description |
|------|------|---------|-------------|
| entities | list | **required** | A list containing [speaker entities](#speaker-entity-object) of one of supported platforms, to enable group management of those speakers.
| platform | string | 'sonos' | The media_player platform to control. `sonos`, `snapcast`, `bluesound` or `yamaha_musiccast`<sup>[1](#speaker_foot1)</sup>.
| platform | string | 'sonos' | The media_player platform to control. `sonos`, `soundtouch`, `snapcast`, `bluesound` or `yamaha_musiccast`<sup>[1](#speaker_foot1)</sup>.
| sync_volume | boolean | optional | Keep volume Synchronize between grouped speakers.
| expanded | boolean | optional | Make the speaker group list expanded by default.
| show_group_count | boolean | true | Have the number of grouped speakers displayed (if any) in the card name.
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.7.0
### ADDED
- Support for Soundtouch multiroom (#165)

### FIXED
- Removed usage of deprecated thumbnail/artwork api endpoint #244 (#253)
- Fixed button theme variable not sticking to speaker group buttons


## v1.6.0
### ADDED
- Allow master speaker to leave speaker group #213
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.6.0",
"version": "v1.7.0",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

3 comments on commit bec1d80

@vovnew
Copy link

@vovnew vovnew commented on bec1d80 Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi mr : kalkih
I used: "mini-media-player" is great
I installed from HACS. But why can't I show my background. Please just help
Screen Shot 2020-04-28 at 14 42 09

@kalkih
Copy link
Owner Author

@kalkih kalkih commented on bec1d80 Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, specify the background like you did with the images in the shortcuts and skip the style part.

background: /local/Vovlogo.png

@vovnew
Copy link

@vovnew vovnew commented on bec1d80 Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ..yes thank so much
Screen Shot 2020-04-28 at 15 53 20

Please sign in to comment.