From 1f0a4cbe3a125c63db3bacd1e5abcd7ec5945ec5 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 6 May 2023 12:31:36 -0700 Subject: [PATCH] Update installation instructions for manual installation. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59e61b70..621a709f 100644 --- a/README.md +++ b/README.md @@ -70,16 +70,17 @@ lovelace: ### Advanced Users: Manual Installation -**Note:** This is very rarely needed unless you are developing the card. Please consider HACS (above)! +**Note:** This is very rarely needed -- please consider HACS (above)! -* Download the `frigate-hass-card.js` attachment of the desired [release](https://github.com/dermotduffy/frigate-hass-card/releases) to a location accessible by Home Assistant. -* Add the location as a Lovelace resource via the UI, or via [YAML configuration](https://www.home-assistant.io/lovelace/dashboards/#resources)) such as: +* Download the `frigate-hass-card.zip` attachment of the desired [release](https://github.com/dermotduffy/frigate-hass-card/releases) to a location accessible by Home Assistant. Note that the release will have a series of `.js` files (for HACS users) **and** a `frigate-hass-card.zip` for the convenience of manual installers. +* Unzip the file and move the contents of the `dist/` folder to any subfolder name you'd like, e.g. `frigate-card` is used in the below example. +* Add the location as a Lovelace resource via the UI, or via [YAML configuration](https://www.home-assistant.io/lovelace/dashboards/#resources) such as: ```yaml lovelace: mode: yaml resources: - - url: /local/frigate-hass-card.js + - url: /local/frigate-card/frigate-hass-card.js type: module ```