Remove ambiguity about addons

It should now be clear that the VSCode addon is the subject, not the Frigate addon itself.
This commit is contained in:
printplaatreparatie 2024-02-06 10:37:02 +01:00 committed by GitHub
parent 9e72f88e91
commit 2f8afa3cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ cameras:
## VSCode Configuration Schema ## 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 ## Environment Variable Substitution