Skip to content

Commit

Permalink
version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sedykh committed Jun 14, 2020
1 parent 7b570d9 commit f426faa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Please ⭐️ this repo if you find it useful

```yaml
resources:
- url: /local/mini-climate-card-bundle.js?v=1.2.3
- url: /local/mini-climate-card-bundle.js?v=1.2.4
type: module
```
Expand All @@ -33,14 +33,14 @@ Please ⭐️ this repo if you find it useful
2. Grab `mini-climate-card-bundle.js`

```console
$ wget https://github.com/artem-sedykh/mini-climate-card/releases/download/v1.2.3/mini-climate-card-bundle.js
$ wget https://github.com/artem-sedykh/mini-climate-card/releases/download/v1.2.4/mini-climate-card-bundle.js
```

3. Add a reference to `mini-climate-card-bundle.js` inside your `ui-lovelace.yaml`.

```yaml
resources:
- url: /local/mini-climate-card-bundle.js?v=1.2.3
- url: /local/mini-climate-card-bundle.js?v=1.2.4
type: module
```

Expand All @@ -53,7 +53,7 @@ Please ⭐️ this repo if you find it useful

```yaml
resources:
- url: /local/mini-climate-card-bundle.js?v=1.2.3
- url: /local/mini-climate-card-bundle.js?v=1.2.4
type: module
```

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-climate-card",
"version": "v1.2.3",
"version": "v1.2.4",
"description": "a/c card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
6 changes: 6 additions & 0 deletions release_notes/v1.2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.2.4
[![Downloads](https://img.shields.io/github/downloads/artem-sedykh/mini-climate-card/v1.2.4/total.svg)](https://github.com/artem-sedykh/mini-climate-card/releases/tag/v1.2.4)

### FIXED

- Styles fixed #23(When the toggle_button is hidden)

0 comments on commit f426faa

Please sign in to comment.