From 86d0163ac6258e7fcfa516d17a1e977dc124f6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 3 Oct 2019 09:27:42 +0200 Subject: [PATCH] Add hacs badge --- README.md | 8 ++++++++ hacs.json | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 hacs.json diff --git a/README.md b/README.md index 0169f1b..992b696 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..cdc0669 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "fold-entity-row", + "render_readme": true +}