From f2b3040c5ac12217a964768e6ac87ce1652dca49 Mon Sep 17 00:00:00 2001 From: Chris Cox Date: Wed, 22 Mar 2023 10:44:42 +0000 Subject: [PATCH] Fixed extension of config file Using frigate.yml as the config file for the HA addon gives a validation error, the same contents in frigate.yaml work. --- 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 62c3a5dee..b07e3a085 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.yml`. +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 all other installation types, the config file should be mapped to `/config/config.yml` inside the container.