From bddde74c06806552188772f8c3cc1d1bfa583ff1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 24 Aug 2021 07:01:29 -0500 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..57f76d308 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe what you are trying to accomplish and why in non technical terms** +I want to be able to ... so that I can ... + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From faf103152ade0b6de7c65857a5391947b558fb44 Mon Sep 17 00:00:00 2001 From: Peter Campion-Bye Date: Tue, 31 Aug 2021 16:45:21 +0100 Subject: [PATCH 2/3] Update optimizing.md Need note about increasing GPU memory on Pi - otherwise ffmpeg hwaccel won't work --- docs/docs/configuration/optimizing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/optimizing.md b/docs/docs/configuration/optimizing.md index 8700b2e52..a17862eff 100644 --- a/docs/docs/configuration/optimizing.md +++ b/docs/docs/configuration/optimizing.md @@ -14,6 +14,7 @@ title: Optimizing performance Frigate works on Raspberry Pi 3b/4 and x86 machines. It is recommended to update your configuration to enable hardware accelerated decoding in ffmpeg. Depending on your system, these parameters may not be compatible. Raspberry Pi 3/4 (32-bit OS) +Ensure you increase the allocated RAM for your GPU to at least 128 (raspi-config > Performance Options > GPU Memory). **NOTICE**: If you are using the addon, ensure you turn off `Protection mode` for hardware acceleration. ```yaml From d35b09b18fb2fa5c9945f965fde9668e16e78c84 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 5 Sep 2021 08:42:38 -0700 Subject: [PATCH 3/3] Refresh the HA installation instructions. --- docs/docs/usage/home-assistant.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/docs/usage/home-assistant.md b/docs/docs/usage/home-assistant.md index bf0b577b1..110ea6d6e 100644 --- a/docs/docs/usage/home-assistant.md +++ b/docs/docs/usage/home-assistant.md @@ -8,18 +8,18 @@ The best way to integrate with Home Assistant is to use the [official integratio ## Installation -Available via HACS as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories). To install: +### Preparation -- Add the custom repository: +The Frigate integration requires the `mqtt` integration to be installed and +manually configured first. -``` -Home Assistant > HACS > Integrations > [...] > Custom Repositories -``` +See the [MQTT integration +documentation](https://www.home-assistant.io/integrations/mqtt/) for more +details. -| Key | Value | -| -------------- | ----------------------------------------------------------- | -| Repository URL | https://github.com/blakeblackshear/frigate-hass-integration | -| Category | Integration | +### Integration installation + +Available via HACS as a default repository. To install: - Use [HACS](https://hacs.xyz/) to install the integration: @@ -38,6 +38,12 @@ Note: You will also need [media_source](https://www.home-assistant.io/integrations/media_source/) enabled in your Home Assistant configuration for the Media Browser to appear. +### (Optional) Lovelace Card Installation + +To install the optional companion Lovelace card, please see the [separate +installation instructions](https://github.com/dermotduffy/frigate-hass-card) for +that card. + ## Configuration When configuring the integration, you will be asked for the following parameters: