diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 37e4fbf0e..c449de6e6 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -25,6 +25,10 @@ cameras: 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: :::caution diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index ae6d40344..cab093b52 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -85,6 +85,17 @@ The integration provides: This is accessible via "Media Browser" on the left menu panel in Home Assistant. +## Casting Clips To Media Devices + +The integration supports casting clips and camera streams to supported media devices. + +:::tip +For clips to be castable to media devices, audio is required and may need to be [enabled for recordings](../faqs.md#audio-in-recordings). + +**NOTE: Even if you camera does not support audio, audio will need to be enabled for Casting to be accepted.** + +::: + ## Notification API