Add go2rtc config file

This commit is contained in:
Nick Mowen 2023-07-30 09:22:50 -06:00
parent 16e11bb841
commit b87e15d7b6
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
id: index id: index
title: Configuration File title: Frigate Configuration File
--- ---
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored. For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored.

View File

@ -15,7 +15,14 @@ module.exports = {
"guides/reverse_proxy", "guides/reverse_proxy",
], ],
Configuration: { Configuration: {
Configuration_File: "configuration/index", "Configuration Files": [
"configuration/index",
{
type: "link",
label: "Go2RTC Configuration Reference",
href: "https://github.com/AlexxIT/go2rtc/tree/v1.6.2#configuration"
}
],
Detectors: [ Detectors: [
"configuration/object_detectors", "configuration/object_detectors",
"configuration/audio_detectors", "configuration/audio_detectors",