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 23, 2020
1 parent 1084756 commit b4b5f1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.7.0
- url: /local/simple-weather-card-bundle.js?v=0.7.1
type: module
```
Expand All @@ -30,14 +30,14 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista
2. Download `simple-weather-card-bundle.js`

```console
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.7.0/simple-weather-card-bundle.js
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.7.1/simple-weather-card-bundle.js
```

3. Add a reference to `simple-weather-card-bundle.js` inside your `ui-lovelace.yaml` or through the raw config editor gui.

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.7.0
- url: /local/simple-weather-card-bundle.js?v=0.7.1
type: module
```

Expand All @@ -62,7 +62,7 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.7.0
- url: /local/simple-weather-card-bundle.js?v=0.7.1
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": "simple-weather-card",
"version": "0.7.0",
"version": "0.7.1",
"description": "A minimalistic and customizable graph 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 @@
{
"simple-weather-card-bundle": {
"updated_at": "2019-01-22",
"version": "0.7.0",
"remote_location": "https://github.com/kalkih/simple-weather-card/releases/download/v0.7.0/simple-weather-card-bundle.js",
"updated_at": "2019-01-23",
"version": "0.7.1",
"remote_location": "https://github.com/kalkih/simple-weather-card/releases/download/v0.7.1/simple-weather-card-bundle.js",
"visit_repo": "https://github.com/kalkih/simple-weather-card",
"changelog": "https://github.com/kalkih/simple-weather-card/releases/latest"
}
Expand Down

0 comments on commit b4b5f1a

Please sign in to comment.