Skip to content

Commit

Permalink
More docs and releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Feb 29, 2020
1 parent 8efb6da commit 1d91dcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 9 additions & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ This version fixes problems with version 106.x of Home Assistant. If you have pr

```yaml
gauge:
borderShadowWidth: 0
borderOuterWidth: 0
borderMiddleWidth: 0
borderInnerWidth: 0
borderShadowWidth: 0
borderOuterWidth: 0
borderMiddleWidth: 0
borderInnerWidth: 0
```
# 0.0.5
- Support to set `background_color`, see readme.md.
- Build system, now builds to one file
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# canvas-gauge-card

![Build](https://github.com/custom-cards/canvas-gauge-card/workflows/Build/badge.svg)

This card allows you to use the awesome gauges at https://canvas-gauges.com/ in your lovelace GUI. This is still a very early and untested alpha version. Tested only on chrome and safari browsers.

If you want to support the developer, please support the lib devs of the canvas-gauges.
Expand All @@ -13,7 +15,9 @@ Here is a some different screens from my own setup. But the possibilites to make

## Usage

Download the files `canvas-gauge-card.js` and `gauge.min.js` to your home assistant config from the `dist` folder. Add a module link to the `canvas-gauge-card.js` file. The link needs to be the same as where you put it.
Download through HACS (recommended) or ...

Download the file `canvas-gauge-card.js` from the [**latest release**](https://github.com/custom-cards/canvas-gauge-card/releases/latest) to your home assistant config. Add a module link to the `canvas-gauge-card.js` file. The link needs to be the same as where you put it.
Example:

```yaml
Expand Down

0 comments on commit 1d91dcd

Please sign in to comment.