Skip to content

Commit 1d91dcd

Browse files
committed
More docs and releasenotes
1 parent 8efb6da commit 1d91dcd

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ This version fixes problems with version 106.x of Home Assistant. If you have pr
44

55
```yaml
66
gauge:
7-
borderShadowWidth: 0
8-
borderOuterWidth: 0
9-
borderMiddleWidth: 0
10-
borderInnerWidth: 0
7+
borderShadowWidth: 0
8+
borderOuterWidth: 0
9+
borderMiddleWidth: 0
10+
borderInnerWidth: 0
1111
```
12+
13+
# 0.0.5
14+
15+
- Support to set `background_color`, see readme.md.
16+
- Build system, now builds to one file

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# canvas-gauge-card
22

3+
![Build](https://github.com/custom-cards/canvas-gauge-card/workflows/Build/badge.svg)
4+
35
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.
46

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

1416
## Usage
1517

16-
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.
18+
Download through HACS (recommended) or ...
19+
20+
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.
1721
Example:
1822

1923
```yaml

0 commit comments

Comments
 (0)