Skip to content

Commit

Permalink
Reinstate changes missed in rebase; rename beta FA variant
Browse files Browse the repository at this point in the history
Reinstates changes missed in the rebase, and tweaks the beta full access variant from frigate_beta_fa to frigate_fa_beta so that "beta" remains a suffix.
  • Loading branch information
pauln committed Oct 8, 2021
1 parent f9d19b1 commit 562e04c
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions frigate_fa/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Add-on: Frigate NVR
# Home Assistant Add-on: Frigate NVR (Full Access)

Please reference the [release notes](https://github.com/blakeblackshear/frigate/releases) for breaking changes.

Expand All @@ -8,11 +8,13 @@ NVR with realtime local object detection for IP cameras.

You must create a config file as `frigate.yml` in the root of your Home Assistant configuration directory.

This version of the add-on requests full device access, in order to turn off protection mode for those devices which don't work with protection mode enabled.

[Documentation](https://docs.frigate.video)

[Frigate]: https://github.com/blakeblackshear/frigate
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
4 changes: 2 additions & 2 deletions frigate_fa/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Frigate NVR",
"name": "Frigate NVR (Full Access)",
"version": "2.0",
"panel_icon": "mdi:cctv",
"slug": "frigate",
"slug": "frigate-fa",
"description": "NVR with realtime local object detection for IP cameras",
"url": "https://github.com/blakeblackshear/frigate",
"startup": "application",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions frigate_beta_fa/README.md → frigate_fa_beta/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Home Assistant Add-on: Frigate NVR Beta (Outdated)
# Home Assistant Add-on: Frigate NVR (Full Access) Beta (Outdated)

There is no current beta version. Please use the current official version.

![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armv7 Architecture][armv7-shield]

NVR with realtime local object detection for IP cameras.

This version of the add-on requests full device access, in order to turn off protection mode for those devices which don't work with protection mode enabled.

[Frigate]: https://docs.frigate.video
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
4 changes: 2 additions & 2 deletions frigate_beta_fa/config.json → frigate_fa_beta/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Frigate NVR Beta (Outdated)",
"name": "Frigate NVR (Full Access) Beta (Outdated)",
"version": "2.5",
"panel_icon": "mdi:cctv",
"slug": "frigate-beta",
"slug": "frigate-fa-beta",
"description": "NVR with realtime local object detection for IP cameras",
"url": "https://github.com/blakeblackshear/frigate",
"startup": "application",
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 562e04c

Please sign in to comment.