Skip to content

Commit

Permalink
release v2.1.2 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr authored May 14, 2022
1 parent f32f05f commit 263456e
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 459 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ v2 is only compatible from version 2022.3 onwards

```yaml
resources:
- url: /local/mini-climate-card-bundle.js?v=2.1.1
- url: /local/mini-climate-card-bundle.js?v=2.1.2
type: module
```
Expand All @@ -35,14 +35,14 @@ v2 is only compatible from version 2022.3 onwards
2. Grab `mini-climate-card-bundle.js`

```console
$ wget /~https://github.com/artem-sedykh/mini-climate-card/releases/download/v2.1.1/mini-climate-card-bundle.js
$ wget /~https://github.com/artem-sedykh/mini-climate-card/releases/download/v2.1.2/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=2.1.1
- url: /local/mini-climate-card-bundle.js?v=2.1.2
type: module
```

Expand All @@ -55,7 +55,7 @@ v2 is only compatible from version 2022.3 onwards

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

Expand Down
Loading

0 comments on commit 263456e

Please sign in to comment.