From e4f07ac50d0e1a6e76fe6aba9817220af51f9df9 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 20 Sep 2021 21:31:42 -0700 Subject: [PATCH] Add old-school manual installation instructions * Closes #79 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5b178c56..13c60eb7 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,19 @@ lovelace: * Restart Home Assistant. * Add the new card to the Lovelace configuration! +### Advanced Users: Manual Installation + +* 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: + +```yaml +lovelace: + mode: yaml + resources: + - url: /local/frigate-hass-card.js + type: module +``` + ## Options ### Required