diff --git a/README.md b/README.md index f01c165..b1b9e2f 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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.