Add info.md for hacs

This commit is contained in:
Thomas Lovén 2019-10-01 22:57:54 +02:00
parent c87792ef66
commit a0993f2f90
2 changed files with 7 additions and 5 deletions

View File

@ -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). 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 ```yaml
resources: resources:
- url: /customcards/github/thomasloven/dummy-entity-row.js?track=true url: /local/dummy-entity-row.js
type: js type: module
``` ```
# Usage instructions # Usage instructions
This is probably most useful as a header for [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row). This is probably most useful as a header for [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row).

4
hacs.json Normal file
View File

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