Skip to content

Commit

Permalink
Merge pull request #8 from gurbyz/dev
Browse files Browse the repository at this point in the history
Release 0.0.8
  • Loading branch information
gurbyz authored Feb 2, 2019
2 parents dc25c2c + bb6cfc7 commit ec48a68
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 209 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": "2019-01-27",
"version": "0.0.7",
"updated_at": "2019-02-02",
"version": "0.0.8",
"remote_location": "https://raw.githubusercontent.com/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
12 changes: 12 additions & 0 deletions power-wheel-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog
====
## 0.0.8
### New features
* All zero values are suppressed. And values on the arrows are visible only when relevant. E.g. on a sunny day when part of your produced solar panel energy was returned to the grid and the other part was consumed by your home.
* More-info dialogues for arrows that are related to a sensor.
### Improvements
* Immediate response when you click on the unit to toggle between views.
* Using the local version of lit-element.
* Code improvements.
### Fixes
* More-info dialogues only for icons that are related to a sensor.
* Reduced clickable area for toggling the view.

## 0.0.7
### Improvements
* Upgrade to lit-element 0.6.5.
Expand Down
3 changes: 2 additions & 1 deletion power-wheel-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Features of the custom power-wheel-card:
* Calculates the energy that your home is consuming: home energy.
Input for the calculation is the (produced) solar energy and the consumed and produced grid energy.
* Calculates the costs/savings for all the energy values.
* Displays the transition between these power, energy and money values as arrows with a value.
* Displays the transition between these power, energy and money values as arrows.
E.g. if your solar power panels produce power, the arrow from solar to home turns active.
And if your solar power panels produce enough power to deliver some back to the grid, the arrow from solar to grid turns active.
* Arrows can have values next to them. Zero values are suppressed. And values on the arrows are visible only when relevant. E.g. on a sunny day when part of your produced solar panel energy was returned to the grid and the other part was consumed by your home.
* Optionally uses icons of your own choice, which can be set by card parameters or taken from your `customize:` sensor settings.
* Optionally colors the consuming icons yellow and the producing icons green. You can choose your own colors for consuming and producing.
* Works for default theme and custom themes that use [standard CSS vars](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.js).
Expand Down
Loading

0 comments on commit ec48a68

Please sign in to comment.