Update index.md

Without the detectors: section check for the Coral was throwing an exception, made it difficult to get going as new user
This commit is contained in:
jpearce73 2021-03-21 15:53:56 +00:00 committed by GitHub
parent d2bc2c20c1
commit 030e133841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ id: index
title: Configuration
---
HassOS users can manage their configuration directly in the addon Configuration tab. For other installations, the default location for the config file is `/config/config.yml`. This can be overridden with the `CONFIG_FILE` environment variable. Camera specific ffmpeg parameters are documented [here](cameras.md).
HassOS users can manage their configuration directly in the addon Configuration tab. For other installations, the default location for the config file is `/config/frigate.yml`. This can be overridden with the `CONFIG_FILE` environment variable. Camera specific ffmpeg parameters are documented [here](cameras.md).
It is recommended to start with a minimal configuration and add to it:
It is recommended to start with a minimal configuration and add to it. This configuration does not enable Coral TPU hardware.
```yaml
mqtt:
@ -21,6 +21,11 @@ cameras:
width: 1280
height: 720
fps: 5
detectors:
cpu1:
type: cpu
cpu2:
type: cpu
```
## Required