Add hacs badge

This commit is contained in:
Thomas Lovén 2019-10-03 09:27:42 +02:00
parent 2f844a13d7
commit 86d0163ac6
2 changed files with 12 additions and 0 deletions

View File

@ -1,12 +1,20 @@
fold-entity-row
===============
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
Fold away and hide 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 `fold-entity-row.js` as a `module`.
```yaml
resources:
url: /local/fold-entity-row.js
type: module
```
## Usage
Add this to an entities card:

4
hacs.json Normal file
View File

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