Skip to content

Commit

Permalink
Repo name change. Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerben ten Hove committed Aug 25, 2019
1 parent 9dcd7b6 commit daf0d8e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
====
## 0.0.15-dev
## 0.0.15
### Improvements
* Removal of support for Customer Updater.
* Preparations to support HACS. Repo restructuring and preparation of the repo name change.
* Preparations to support HACS. Repo file tree restructuring and repo name change from `custom-cards-lovelace` to `power-wheel-card`.

## 0.0.14
### Improvements
Expand Down
3 changes: 3 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Power wheel card"
}
14 changes: 7 additions & 7 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ power-wheel-card
====

An intuitive way to represent the power and energy that your home is consuming or producing.
> This component is discussed [here](https://community.home-assistant.io/t/lovelace-power-wheel-card/82374) on the Home Assistant forum. There's also a [wiki](https://github.com/gurbyz/power-wheel-card/wiki/Troubleshooting-guide) on GitHub.

* FORUM: This component is discussed <a href="https://community.home-assistant.io/t/lovelace-power-wheel-card/82374">here</a> on the Home Assistant forum.

* MANUAL: Sourcecode, manual, requirements and examples are in the readme of the <a href="https://github.com/gurbyz/power-wheel-card">repo on GitHub</a>.
* TROUBLESHOOTING: There's also a troubleshooting <a href="https://github.com/gurbyz/power-wheel-card/wiki/Troubleshooting-guide">wiki</a> on GitHub. Read this before filing an issue.

## Features
Features of the custom power-wheel-card:
Expand Down Expand Up @@ -32,9 +36,5 @@ Features of the custom power-wheel-card:
In these setups arrow values and arrow coloring are not available in *energy view* and *money view* due to lack of input details.
* 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.ts).
* Has support for [HACS](https://custom-components.github.io/hacs/) to check for a new release.

![example1](./example_power_view.gif "The power-wheel-card displaying the power view")
![example2](./example_energy_view.gif "The power-wheel-card displaying the energy view")
![example3](./example_money_view.gif "The power-wheel-card displaying the money view")
* Works for default theme and custom themes that use standard CSS vars.
* Has support for HACS to check for a new release and upgrade to newer versions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-wheel-card",
"version": "0.0.15-dev",
"version": "0.0.15",
"description": "An intuitive way to represent the power and energy that your home is consuming or producing.",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion power-wheel-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

const __VERSION = "0.0.15-dev";
const __VERSION = "0.0.15";

const LitElement = Object.getPrototypeOf(customElements.get("hui-view"));
const html = LitElement.prototype.html;
Expand Down

0 comments on commit daf0d8e

Please sign in to comment.