From 21551702ea2a35301216227f0cc79d36abcbf989 Mon Sep 17 00:00:00 2001 From: Gluwc Date: Sat, 9 Mar 2019 02:07:46 +0100 Subject: [PATCH] 0.0.7 * added target option, adds a marker at selected value --- README.md | 1 + tracker.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d84b57b..9861c4e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Bar Card is a customizable animated card for the Home Assistant Lovelace front-e | width | string | 70% | Scales the width of the bar. | min | number | 0 | The minimum entity value to be displayed. | max | number | 100 | The maximum entity value to be displayed. +| target | number | none | Sets a target marker. Must be a value between min and max value. | speed | number | 2500 | The speed of the bar animation in milliseconds. | delay | number| 7500 | The amout of time between the bar animation loop in milliseconds. | from | string | left | Direction of the bar. `left`,`right` diff --git a/tracker.json b/tracker.json index 5e66df6..a532d54 100644 --- a/tracker.json +++ b/tracker.json @@ -1,8 +1,8 @@ { "bar-card": { - "updated_at": "2019-03-06", - "version": "0.0.6", - "remote_location": "https://github.com/Gluwc/bar-card/releases/download/0.0.6/bar-card.js", + "updated_at": "2019-03-09", + "version": "0.0.7", + "remote_location": "https://github.com/Gluwc/bar-card/releases/download/0.0.7/bar-card.js", "visit_repo": "https://github.com/Gluwc/bar-card", "changelog": "https://github.com/Gluwc/bar-card/releases/latest" }