From 030e13384131d149337f10dbdc2309ec4a8f27fb Mon Sep 17 00:00:00 2001 From: jpearce73 Date: Sun, 21 Mar 2021 15:53:56 +0000 Subject: [PATCH] Update index.md Without the detectors: section check for the Coral was throwing an exception, made it difficult to get going as new user --- docs/docs/configuration/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 2ac79597e..7dff48ca8 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -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