diff --git a/docs/docs/configuration/record.md b/docs/docs/configuration/record.md index e0e42f22f..5b5000d69 100644 --- a/docs/docs/configuration/record.md +++ b/docs/docs/configuration/record.md @@ -154,7 +154,7 @@ Footage can be exported from Frigate by right-clicking (desktop) or long pressin ### Time-lapse export -Time lapse exporting is available only via the [HTTP API](../integrations/api.md#post-apiexportcamerastartstart-timestampendend-timestamp). +Time lapse exporting is available only via the [HTTP API](../integrations/api/export-recording-export-camera-name-start-start-time-end-end-time-post). When exporting a time-lapse the default speed-up is 25x with 30 FPS. This means that every 25 seconds of (real-time) recording is condensed into 1 second of time-lapse video (always without audio) with a smoothness of 30 FPS. diff --git a/docs/docs/configuration/snapshots.md b/docs/docs/configuration/snapshots.md index 50a6c5652..33110242c 100644 --- a/docs/docs/configuration/snapshots.md +++ b/docs/docs/configuration/snapshots.md @@ -3,7 +3,7 @@ id: snapshots title: Snapshots --- -Frigate can save a snapshot image to `/media/frigate/clips` for each object that is detected named as `-.jpg`. They are also accessible [via the api](../integrations/api.md#get-apieventsidsnapshotjpg) +Frigate can save a snapshot image to `/media/frigate/clips` for each object that is detected named as `-.jpg`. They are also accessible [via the api](../integrations/api/event-snapshot-events-event-id-snapshot-jpg-get) For users with Frigate+ enabled, snapshots are accessible in the UI in the Frigate+ pane to allow for quick submission to the Frigate+ service. diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index e3f25ae17..1e06e935f 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -215,7 +215,7 @@ For advanced usecases, this behavior can be changed with the [RTSP URL template](#options) option. When set, this string will override the default stream address that is derived from the default behavior described above. This option supports [jinja2 templates](https://jinja.palletsprojects.com/) and has the `camera` dict -variables from [Frigate API](api.md) +variables from [Frigate API](../integrations/api) available for the template. Note that no Home Assistant state is available to the template, only the camera dict from Frigate.