Skip to content

Commit

Permalink
🔖 Update docs & version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jul 8, 2019
1 parent dd2d7ca commit 8cedc88
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
8 changes: 4 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.2.1
- url: /local/mini-media-player-bundle.js?v=1.2.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.2.1/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.2.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.2.1
- url: /local/mini-media-player-bundle.js?v=1.2.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.2.1
- url: /local/mini-media-player-bundle.js?v=1.2.2
type: module
```

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.2.2
### CHANGED
- Adjusted tts text input color
- Adjustements to active button color

### FIXED
- Fixed invisible progress bars (#138)
- Preserve state-icon color on entity icon unless overridden

## v1.2.1
### ADDED
- New base-color (`mini-media-player-base-color`) theme variable (#130)
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.2.1",
"version": "v1.2.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-06-29",
"version": "1.2.1",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.2.1/mini-media-player-bundle.js",
"updated_at": "2019-07-08",
"version": "1.2.2",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.2.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 8cedc88

Please sign in to comment.