Skip to content

Commit

Permalink
Add hacs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Oct 3, 2019
1 parent db9a50a commit b7dfd71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
slider-entity-row
=================

[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)

Add a slider to rows in lovelace [entities](https://www.home-assistant.io/lovelace/entities/) cards.

For installation instructions [see this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).

Install `slider-entity-row.js` as a `module`.

```yaml
resources:
url: /local/slider-entity-row.js
type: module
```
## Usage
Add this to an entities card:
Expand Down
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "slider-entity-row",
"render_readme": true
}

0 comments on commit b7dfd71

Please sign in to comment.