Skip to content

Commit

Permalink
0.1.3 pre-release
Browse files Browse the repository at this point in the history
* added `show_icon` config option
* added `icon` config option
* added `align` config option
* added `off` option to `title_position` config
* title will now default to entity friendly name
* removed tracker.json, should now be tracked by default
  • Loading branch information
Gluwc committed Mar 25, 2019
1 parent 6e909e5 commit 50a16cd
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 84 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ Bar Card is a customizable animated card for the Home Assistant Lovelace front-e
| columns | number | none | Defines the number of columns when using entities list.
| attribute | string | none | Defines the attribute to be displayed.
| unit_of_measurement | string | none | Defines the unit of measurement to be displayed.
| title | string | none | Title displayed next to the bar.
| title_position | string | left | Position of the title. `left`,`right`,`top`,`bottom`,`inside`
| title | string | friendly_name | Title displayed next to the bar.
| title_position | string | left | Position of the title. `left`,`right`,`top`,`bottom`,`inside`,`off`
| show_icon | boolean | false | Defines if icon should be shown.
| icon | string | icon | Defines icon to be displayed. If no icon is defined entity icon attribute will be used.
| align | string | center | Defines the alignment of text and icon inside the bar. `left`,`right`,`top`,`bottom`,`split`,`center-split`,`left-split`,`right-split`,`top-split`,`bottom-split`
| animation | string | auto | Sets the mode of animation `auto`, `charge`, `off`.
| indicator | string | auto | Sets position off the indicator `auto`,`auto-vertical`,`left`,`right`,`top`,`bottom`,`off`
| hue | number | 220 | Changed the color hue of the bar `0`-`360`.
Expand Down
Loading

0 comments on commit 50a16cd

Please sign in to comment.