diff --git a/README.md b/README.md index 371314e..6b9308e 100755 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -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 ``` @@ -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`). diff --git a/changelog.md b/changelog.md index d6e6c09..4462aea 100755 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package-lock.json b/package-lock.json index abd9258..4e96cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mini-media-player", - "version": "v1.12.0", + "version": "v1.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2eb31b6..d9d296c 100755 --- a/package.json +++ b/package.json @@ -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",