diff --git a/VERSION b/VERSION index 8f0916f..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..54796bb --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "Dual gauge card", + "filename": "dual-gauge-card.js", + "content_in_root": true +} diff --git a/info.md b/info.md new file mode 100644 index 0000000..62cbe9e --- /dev/null +++ b/info.md @@ -0,0 +1,11 @@ +Two gauges combined into one. + +## Features +* Use entities or their attributes +* Change colors depending on values +* Configure both gauges at once and/or separately + +![dual-gauge-card-screenshot](https://user-images.githubusercontent.com/2353088/43733272-5f59d8fe-99b4-11e8-8161-0c55e096b862.png) + +See [README.md](https://github.com/custom-cards/dual-gauge-card/blob/master/README.md) for installation and configuration. +