Skip to content

Commit

Permalink
🔖 Update docs & version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jan 8, 2020
1 parent fd0dad6 commit 9a88a77
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
9 changes: 5 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.5.1
- url: /local/mini-media-player-bundle.js?v=1.5.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.5.1/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.5.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.5.1
- url: /local/mini-media-player-bundle.js?v=1.5.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.5.1
- url: /local/mini-media-player-bundle.js?v=1.5.2
type: module
```

Expand Down Expand Up @@ -216,6 +216,7 @@ See [card with media shortcuts](#card-with-media-shortcuts) for example usage.
| runtime | boolean | true | The media runtime indicators.
| artwork_border | boolean | true | The border of the `default` artwork picture.
| power_state | boolean | true | Dynamic color of the power button to indicate on/off.
| icon_state | boolean | true | Dynamic color of the entity icon to indicate entity state.
| shuffle | boolean | true | The shuffle button (only for players with `shuffle_set` support).


Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.5.2
### ADDED
- New icon state option, change entity icon color depending on state, disabled by default, see `icon_state` in `hide` option #186 #144

### CHANGED
- Reduced card paddings when using group option #210

### FIXED
- Broken dropdown menus in latest iOS #207

## v1.5.1
### ADDED
- Dynamic alignment of dropdown lists (#201)
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.5.1",
"version": "v1.5.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-12-17",
"version": "1.5.1",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.5.1/mini-media-player-bundle.js",
"updated_at": "2019-01-08",
"version": "1.5.2",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.5.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 9a88a77

Please sign in to comment.