From a0993f2f90d275f2a3d2a02e98335920f5e99481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 1 Oct 2019 22:57:54 +0200 Subject: [PATCH] Add info.md for hacs --- README.md | 8 +++----- hacs.json | 4 ++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 hacs.json diff --git a/README.md b/README.md index ead05a5..7b945e6 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,14 @@ An entity row that displays only an icon and the name of an entity. No controls. For installation instructions [see this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins). -The recommended type of this plugin is: `js` +The recommended type of this plugin is: `module`. -### If you are using [custom\_updater](https://github.com/custom-components/custom_updater): ```yaml resources: -- url: /customcards/github/thomasloven/dummy-entity-row.js?track=true - type: js + url: /local/dummy-entity-row.js + type: module ``` - # Usage instructions This is probably most useful as a header for [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row). diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..394a717 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "dummy-entity-row", + "render_readme": true +}