Skip to content

Commit

Permalink
Merge pull request #24 from artem-sedykh/dev
Browse files Browse the repository at this point in the history
version 1.2.4
  • Loading branch information
artem-sedykh authored Jun 14, 2020
2 parents 5f80b7d + f426faa commit 55296c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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)
3 changes: 2 additions & 1 deletion src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ const style = css`
margin-bottom: 0;
}
.bottom {
margin-top: calc(var(--mc-unit) * .075);
margin-top: calc(var(--mc-unit) * .05);
height: calc(var(--mc-unit) * .625);;
}
.entity__info__name_wrap {
margin-right: 10px;
Expand Down

0 comments on commit 55296c8

Please sign in to comment.