From 091a3e0ed09316ebcc3d0f2d0ee983e470166f8c Mon Sep 17 00:00:00 2001 From: Chris Cox Date: Wed, 22 Mar 2023 13:56:46 +0000 Subject: [PATCH] More accurate description of config file handling. --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index b07e3a085..47cc68e4c 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -3,7 +3,7 @@ id: index title: 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`) and named `frigate.yaml`. +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.yml` or `frigate.yaml`, but if both files exist the addon will prefer `frigate.yaml` and ignore the contents of `frigate.yml`. For all other installation types, the config file should be mapped to `/config/config.yml` inside the container.