Skip to content

Commit

Permalink
Merge pull request #6 from jcwillox/master
Browse files Browse the repository at this point in the history
Update info.md
  • Loading branch information
paulbdavis authored Sep 1, 2019
2 parents a54272d + 3e3f330 commit fa8795d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-gif.gif?raw=true" width="400px">
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-1.png?raw=true" width="400px">
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-3.png?raw=true" width="400px">
{% if installed and version_installed.replace("v", "").replace(".","") | int <= 20 %}
## Breaking changes after v0.2.0
* Removed depreciated `icon_color` attribute.
* Resource must now be defined using `type: module` instead of `js`
{% endif %}
## Images
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-5.gif?raw=true" width="400px">
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-gif.gif?raw=true" width="400px">
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-1.png?raw=true" width="400px">
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-3.png?raw=true" width="400px">

## Features
* Create icon, text, or icon-text buttons.
* Add css styling to each button.
* Call custom service when the button is clicked.
* Create multiple rows of buttons.
* Supports styling on/off state for entities.

0 comments on commit fa8795d

Please sign in to comment.