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 +}