From 6176f8795b80b537f02b8edd83c319b63a7d714b Mon Sep 17 00:00:00 2001 From: Rocka84 Date: Mon, 9 Sep 2019 20:56:55 +0100 Subject: [PATCH] added HACS info --- VERSION | 2 +- hacs.json | 5 +++++ info.md | 11 +++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 hacs.json create mode 100644 info.md 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. +