Add hacs badge

This commit is contained in:
Thomas Lovén 2019-10-03 09:32:43 +02:00
parent db9a50a2de
commit b7dfd7104c
2 changed files with 12 additions and 0 deletions

View File

@ -1,12 +1,20 @@
slider-entity-row 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. 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). For installation instructions [see this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
Install `slider-entity-row.js` as a `module`. Install `slider-entity-row.js` as a `module`.
```yaml
resources:
url: /local/slider-entity-row.js
type: module
```
## Usage ## Usage
Add this to an entities card: Add this to an entities card:

4
hacs.json Normal file
View File

@ -0,0 +1,4 @@
{
"name": "slider-entity-row",
"render_readme": true
}