Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gluwc committed May 19, 2019
2 parents 1004b9d + ddcaaba commit c1975f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Bar Card is a customizable animated card for the Home Assistant Lovelace front-e
| ---- | ---- | ------- | -----------
| type | string | **Required** | `custom:bar-card`
| entity | string | **Required** | Entity State
| entities | array | none | A list of entities. Cards will share config.
| entities | array | none | A list of entities. Accepts individual config options per defined entity.
| columns | number | none | Number of columns when using entities list.
| attribute | string | none | Attribute to be displayed.
| show_value | boolean | true | Hides value display when set to `false`.
Expand All @@ -29,7 +29,7 @@ Bar Card is a customizable animated card for the Home Assistant Lovelace front-e
| icon_position | string | off | Position of the icon. `left`, `right`, `top`, `bottom`, `inside`, `off`
| icon | string | icon | Icon to be displayed. If no icon is defined entity icon attribute will be used.
| align | string | center | 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 | on | Mode of animation `auto`, `off`.
| animation | string | on | Mode of animation `auto`, `'off'`.
| indicator | string | auto | Position off the indicator `auto`, `auto-vertical`, `left`, `right`, `top`, `bottom`, `off`
| height | string | 40px | Scales the height of the bar.
| width | string | 70% | Scales the width of the bar.
Expand Down

0 comments on commit c1975f2

Please sign in to comment.