From 13833f54a528bd992ad141ded3bd23c3c5c207b2 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Wed, 18 Aug 2021 20:51:58 -0700 Subject: [PATCH] Add HACS installation instructions. --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index fb9858a5..caa2471e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,35 @@ A full-featured Frigate Lovelace card: * Full Lovelace editing support. * **Advanced**: Support for [WebRTC](https://github.com/AlexxIT/WebRTC) live viewing. +## Installation + + * Add the custom repository: + +``` +Home Assistant > HACS > Integrations > [...] > Custom Repositories +``` + +| Key | Value | +| -------------- | --------------------------------------------- | +| Repository URL | https://github.com/dermotduffy/frigate-hass-card | +| Category | Lovelace / Plugin | + + * Use [HACS](https://hacs.xyz/) to install the card: +``` +Home Assistant > HACS > Integrations > "Explore & Add Integrations" > Frigate Card +``` + * Add the following to your `configuration.yaml`: + +```yaml +lovelace: + resources: + - url: /hacsfiles/frigate-hass-card/frigate-hass-card.js + type: module +``` + + * Restart Home Assistant. + * Add your new card to your Lovelace configuration! + ## Options ### Required