Skip to content

Commit

Permalink
🔖 Update docs & changelog for v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Apr 12, 2021
1 parent 88821cd commit cc4296b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.12.0
- url: /local/mini-media-player-bundle.js?v=1.12.1
type: module
```
Expand All @@ -33,14 +33,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.12.0/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.12.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.12.0
- url: /local/mini-media-player-bundle.js?v=1.12.1
type: module
```

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

Expand Down Expand Up @@ -192,7 +192,7 @@ See [card with media shortcuts](#card-with-media-shortcuts) for example usage.
#### Action object options
| Name | Type | Default | Options | Description |
|------|:----:|:-------:|:-----------:|-------------|
| action | string | `more-info` | `more-info` / `navigate` / `call-service` / `url` / `none` | Action to perform.
| action | string | `more-info` | `more-info` / `navigate` / `call-service` / `url` / `fire-dom-event` / `none` | Action to perform.
| entity | string | | Any entity id | Override default entity of `more-info`, when `action` is defined as `more-info`.
| service | string | | Any service | Service to call (e.g. `media_player.toggle`) when `action` is defined as `call-service`.
| service_data | object | | Any service data | Service data to include with the service call (e.g. `entity_id: media_player.office`).
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.12.1
### NEW
- Support for `fire-dom-event` #484 (#485) @RomRider

### FIXED
- Fixed missing speaker group checkboxes #418 (#464) @mcguiresean @RomRider
- Changed name of multiroom integration yamaha_musiccast -> musiccast_yamaha (#476) @winterscar
- Remove idle_view option from UI editor #468 (#502)
- Fix missing player icon #467 (#503)

### TRANSLATIONS
- Add German translations #482 (#487) @Ruud2702


## v1.12.0
### NEW
- Added card to the Lovelace card picker (#436) @dcs8
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12.0",
"version": "v1.12.1",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit cc4296b

Please sign in to comment.