From b7dfd7104c1a202e9bb7c77d83a7753bf58c0861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 3 Oct 2019 09:32:43 +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 38333d5..c6dfc49 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..755e6d8 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "slider-entity-row", + "render_readme": true +}