Update index.md

This commit is contained in:
Nicolas Mowen 2022-05-28 11:04:11 -06:00 committed by GitHub
parent 6808ba1b3b
commit 60b5d934c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ cameras:
height: 720 height: 720
``` ```
### 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` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon.
### Full configuration reference: ### Full configuration reference:
:::caution :::caution