Add info.md for hacs

This commit is contained in:
Thomas Lovén 2019-10-01 22:52:12 +02:00
parent d978f1b594
commit d7d25cc70c
2 changed files with 7 additions and 4 deletions

View File

@ -10,13 +10,12 @@ A dummy card that is invisible, but has a height. It's most useful together with
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/gap-card.js?track=true
type: js
url: /local/dummy-entity-row.js
type: module
```
# Usage instructions

4
hacs.json Normal file
View File

@ -0,0 +1,4 @@
{
"name": "gap-card",
"render_readme": true
}