Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
* added target option, adds a marker at selected value
  • Loading branch information
Gluwc committed Mar 9, 2019
1 parent d4dbd78 commit 2155170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 2155170

Please sign in to comment.