From 2f8afa3cd7bd0d52e69ddd5d5a4dd14e564ddfd0 Mon Sep 17 00:00:00 2001 From: printplaatreparatie <60609704+printplaatreparatie@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:37:02 +0100 Subject: [PATCH] Remove ambiguity about addons It should now be clear that the VSCode addon is the subject, not the Frigate addon itself. --- 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 53993af67..49139c2d7 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -25,7 +25,7 @@ cameras: ## VSCode Configuration Schema -VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema.json` to the top of the config file. `frigate_host` being the IP address of Frigate or `ccab4aaf-frigate` if running in the addon. +VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema.json` to the top of the config file. `frigate_host` being the IP address of Frigate or `ccab4aaf-frigate` when VSCode is used as addon. ## Environment Variable Substitution