Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from Xlinx64/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarnett authored Dec 19, 2020
2 parents d2eaa0f + c06a135 commit 74042c5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,24 @@ A testing ground and usable version of the Drag and Drop Grid that is being deve
Consider Subscribing to my YouTube Channel for updates on the Grid View: https://www.youtube.com/c/ZackBarett

## Installation

> :warning: The 2020.12 Release is recommended. Extra code for this was added to this release to make Drag and Drop better!
### Installation with `hacs`

1. Make sure the [HACS](https://github.com/custom-components/hacs) component is installed and working.
2. Add https://github.com/zsarnett/Custom-Grid-View as a custom repository
3. Add the configuration to your `ui-lovelace.yaml`

```yaml
resources:
- url: /hacsfiles/Custom-Grid-View/grid-view.js
type: module
```
4. Refresh home-assistant.
### Manual Installation
1. Download the `grid-view.js` file [Custom Drag and Drop Grid View](https://github.com/zsarnett/Custom-Grid-View/releases)
2. Place the file in your `config/www` folder
3. Add a resource to your Lovelace Dashboard
Expand All @@ -17,7 +32,7 @@ Consider Subscribing to my YouTube Channel for updates on the Grid View: https:/
resources:
- url: /local/grid-view.js
type: module
```
```

## How to use

Expand Down
6 changes: 6 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "grid-view",
"content_in_root": false,
"render_readme": true,
"filename": "grid-view.js"
}

0 comments on commit 74042c5

Please sign in to comment.